libvhost-user: Fix compiler warning with -Wshadow=local
commit61499d87f4eb7594fb3fcbbbcbf5bf8b05fdd1be
authorThomas Huth <thuth@redhat.com>
Fri, 6 Oct 2023 12:11:29 +0000 (6 14:11 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 12 Oct 2023 12:09:58 +0000 (12 14:09 +0200)
treec2c5b78042e66b238e27fdae8856054a979649a6
parent3cc72cdbb2235b1001bab760712ef6bf543752c3
libvhost-user: Fix compiler warning with -Wshadow=local

Rename shadowing variables to make this code compilable
with -Wshadow=local.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20231006121129.487251-1-thuth@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
subprojects/libvhost-user/libvhost-user.c