qemu-e2k/nbd
Vladimir Sementsov-Ogievskiy 490dc5ed9b nbd/client: fix nbd_send_request to return int
Fix nbd_send_request to return int, as it returns a return value
of nbd_write (which is int), and the only user of nbd_send_request's
return value (nbd_co_send_request) consider it as int too.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20170804151440.320927-5-vsementsov@virtuozzo.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
2017-08-30 13:00:38 -05:00
..
Makefile.objs nbd: Split nbd.c 2016-01-15 18:58:02 +01:00
client.c nbd/client: fix nbd_send_request to return int 2017-08-30 13:00:38 -05:00
common.c nbd: Fix trace message for disconnect 2017-08-15 10:03:27 -05:00
nbd-internal.h nbd/client: refactor nbd_read_eof 2017-08-30 13:00:38 -05:00
server.c nbd: Fix order of bdrv_set_perm and bdrv_invalidate_cache 2017-08-15 10:03:27 -05:00
trace-events trace-events: fix code style: print 0x before hex numbers 2017-08-01 12:13:07 +01:00