On Thu, Mar 05, 2015 at 12:05:02 +0100, Michal Privoznik wrote:
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(a)redhat.com>
---
src/conf/network_conf.c | 27 +++++++++++++++++++++++++++
src/conf/network_conf.h | 6 ++++++
src/libvirt_private.syms | 1 +
3 files changed, 34 insertions(+)
ACK,
Peter