nbd/server: do not use NBDReply structure
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Thu, 12 Oct 2017 22:05:06 +0000 (17:05 -0500)
committerEric Blake <eblake@redhat.com>
Fri, 13 Oct 2017 13:05:11 +0000 (08:05 -0500)
commit14cea41d394271b2f6f4c5f3ef1496de81fc0e08
tree830ea89880e18551c711406408553baf29bd8b35
parentcaad53845af2ee607913d844ce6c08a5dbbeceef
nbd/server: do not use NBDReply structure

NBDReply structure will be upgraded in future patches to handle both
simple and structured replies and will be used only in the client

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20171012095319.136610-6-vsementsov@virtuozzo.com>
[eblake: rebase to tweaks earlier in series]
Signed-off-by: Eric Blake <eblake@redhat.com>
nbd/server.c