]> Git Repo - qemu.git/commit - nbd/client.c
nbd: Share common option-sending code in client
authorEric Blake <[email protected]>
Fri, 14 Oct 2016 18:33:10 +0000 (13:33 -0500)
committerPaolo Bonzini <[email protected]>
Wed, 2 Nov 2016 08:28:55 +0000 (09:28 +0100)
commitc8a3a1b6c4034cf53cdbd953331c72f9573edb77
tree152c60a934b497fd819fdee9025b930727e92c44
parent3668328303429f3bc93ab3365c66331600b06a2d
nbd: Share common option-sending code in client

Rather than open-coding each option request, it's easier to
have common helper functions do the work.  That in turn requires
having convenient packed types for handling option requests
and replies.

Signed-off-by: Eric Blake <[email protected]>
Message-Id: <1476469998[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
include/block/nbd.h
nbd/client.c
nbd/nbd-internal.h
This page took 0.026404 seconds and 4 git commands to generate.