]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
network_conf: Turn virNetworkObjList into virObject
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 24 Feb 2015 12:45:45 +0000 (13:45 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 9 Mar 2015 13:03:30 +0000 (14:03 +0100)
commit88aed14f124c1e86d40b74a4620d02928efe13cf
tree0e9e1fa2b2f98338013de457e054ca8e41467acb
parent58092dfe87692aefa6b7dc2b92f4c48a0ec19ac7
network_conf: Turn virNetworkObjList into virObject

Well, one day this will be self-locking object, but not today.
But lets prepare the code for that! Moreover,
virNetworkObjListFree() is no longer needed, so turn it into
virNetworkObjListDispose().

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
cfg.mk
src/conf/network_conf.c
src/conf/network_conf.h
src/libvirt_private.syms
src/network/bridge_driver.c
src/parallels/parallels_network.c
src/test/test_driver.c