]> xenbits.xensource.com Git - libvirt.git/commit
hostdev: virHostdevIsPCINetDevice() should return a bool
authorAndrea Bolognani <abologna@redhat.com>
Thu, 25 Feb 2016 14:39:25 +0000 (15:39 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 14 Mar 2016 13:55:47 +0000 (14:55 +0100)
commit5ce91139da9e61d91752c141c486e7cf602896a6
tree00adc052bf032f6e82a1c8e10f3af60852e7eebd
parent2ec4664b1ede97919f7ca56f8f909279b7a6e7f5
hostdev: virHostdevIsPCINetDevice() should return a bool

The only possible return values are true and false, so the return
type should be bool instead of int.
src/util/virhostdev.c