]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use 'idx' instead of 'index' for variable name
authorJohn Ferlan <jferlan@redhat.com>
Tue, 14 Apr 2015 10:41:09 +0000 (06:41 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 14 Apr 2015 11:18:32 +0000 (07:18 -0400)
commitd375368790409d892859de4a51b629f358dbfa0d
tree3a9edd4b13ba7855293e6fc645688f361c9edbc2
parent634285f9c1c29ebad271d34463be5ca24cbf7159
qemu: Use 'idx' instead of 'index' for variable name

Apparently for Xen-devel 'index' is a global and causes a build failure,
so just use the shortened 'idx' instead to avoid the conflict.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_driver.c