]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virNetworkObjList: Derive from virObjectLockableClass
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 25 Feb 2015 13:58:16 +0000 (14:58 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 11 Mar 2015 15:58:48 +0000 (16:58 +0100)
commit52430928d16bb12b294e4fdb3928b9159b4cc9f3
tree4516e94f2f49ece1f2596b8691312a48989e8f65
parent5a84a078575934afd696a167e131a0e19002935c
virNetworkObjList: Derive from virObjectLockableClass

Later we can turn APIs to lock the object if needed instead of
relying on caller to mutually exclude itself (probably done by
locking a big lock anyway).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/network_conf.c