mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Remove unused argument for nbd_client()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
cb93bbdd7d
commit
0a4eb864e3
3 changed files with 4 additions and 4 deletions
2
nbd.h
2
nbd.h
|
@ -55,7 +55,7 @@ int nbd_send_request(int csock, struct nbd_request *request);
|
|||
int nbd_receive_reply(int csock, struct nbd_reply *reply);
|
||||
int nbd_trip(BlockDriverState *bs, int csock, off_t size, uint64_t dev_offset,
|
||||
off_t *offset, bool readonly, uint8_t *data, int data_size);
|
||||
int nbd_client(int fd, int csock);
|
||||
int nbd_client(int fd);
|
||||
int nbd_disconnect(int fd);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue