]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
network_conf: Make virNetworkObj actually virObject
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 25 Feb 2015 13:08:19 +0000 (14:08 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 11 Mar 2015 15:58:48 +0000 (16:58 +0100)
commitea5704915616d18babb88d65786e9cbcb8cadceb
tree386e80fa434edf017d8a93ccbff0a1ba9e523532
parent8529d5ec6bba60ab883a60199fb48116a7367581
network_conf: Make virNetworkObj actually virObject

So far it's just a structure which happens to have 'Obj' in its
name, but otherwise it not related to virObject at all. No
reference counting, not virObjectLock(), nothing.

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
tests/networkxml2conftest.c
tests/objectlocking.ml