]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-nbd.c
qemu-nbd: put saddr into into struct NbdClientOpts
authorDenis V. Lunev <den@openvz.org>
Wed, 6 Sep 2023 09:32:06 +0000 (11:32 +0200)
committerEric Blake <eblake@redhat.com>
Fri, 8 Sep 2023 01:32:11 +0000 (20:32 -0500)
commitb2cecdfee3e68297a4de26aa3188d4025bdef4ca
treec1d680566c6fbab13ff6f94aa9af010ee42ec574
parentb18d72d7230dcd18919af820b52f6c0f1b2512ca
qemu-nbd: put saddr into into struct NbdClientOpts

We pass other parameters into nbd_client_thread() in this way. This patch
makes the code more consistent.

Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Eric Blake <eblake@redhat.com>
CC: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Message-ID: <20230906093210.339585-5-den@openvz.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
qemu-nbd.c