]> xenbits.xensource.com Git - libvirt.git/commit
interface: Introduce virInterfaceObjNumOfInterfaces
authorJohn Ferlan <jferlan@redhat.com>
Thu, 6 Apr 2017 13:23:17 +0000 (09:23 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 10 Apr 2017 11:30:00 +0000 (07:30 -0400)
commit7dc4513808b7c6dae8b1c2ddfd7dd4007d1bf34e
treed8b222be08652dad4f9165e010a6f124f2e67f55
parent4c661a944d75638db76483bbd058981b4c0595a8
interface: Introduce virInterfaceObjNumOfInterfaces

Unlike other drivers, this is a test driver only API. Still combining
the logic of testConnectNumOfInterfaces and testConnectNumOfDefinedInterfaces
makes things a bit easier in the long run.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/virinterfaceobj.c
src/conf/virinterfaceobj.h
src/libvirt_private.syms
src/test/test_driver.c