]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network_conf: Introduce virNetworkObjListForEach
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 23 Feb 2015 16:21:46 +0000 (17:21 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 9 Mar 2015 13:03:30 +0000 (14:03 +0100)
commit454fe219ef33627a93ab749af1cea10c65d6f5b0
tree92ca7942683bd9499cb6813b35b0e66bc70589e3
parent54972be8430c709a338c0716ebc48b02be25dcb7
network_conf: Introduce virNetworkObjListForEach

This API will be used in the future to call passed callback over
each network object in the list. It's slightly different to its
virDomainObjListForEach counterpart, because virDomainObjList
uses a hash table to store domain object, while virNetworkObjList
uses an array.

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