]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: hostdev: Use size_t for count variables
authorAndrea Bolognani <abologna@redhat.com>
Wed, 2 Mar 2016 14:27:06 +0000 (15:27 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 8 Mar 2016 09:42:22 +0000 (10:42 +0100)
commit4a9ea5048c409dce72c6b0e9e8fd9fb268457bb3
tree02e92dfedf941c69c37e6849761a47827deb46fe
parentff087d8daefd6395f600dec27785b79edb662f69
tests: hostdev: Use size_t for count variables

virPCIDeviceListCount()'s return type is size_t, so variables that
store its return value should be of that type.
tests/virhostdevtest.c