]> git.proxmox.com Git - mirror_qemu.git/commit
nbd/server: rename clientflags var in nbd_negotiate_options
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Fri, 7 Jul 2017 15:29:16 +0000 (18:29 +0300)
committerEric Blake <eblake@redhat.com>
Mon, 10 Jul 2017 14:57:24 +0000 (09:57 -0500)
commit7f9039cdaa43f7d93d60e739ce9436ff0788cbb4
tree2a9bdcc95b27d03af122e5edb305de03c15c0ca5
parent487519616307a563bc730ec96ea77a9811d2ee59
nbd/server: rename clientflags var in nbd_negotiate_options

Rename 'clientflags' to just 'option'. This variable has nothing to do
with flags, but is a single integer representing the option requested
by the client.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20170707152918.23086-9-vsementsov@virtuozzo.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
nbd/server.c