Re: [libvirt] [PATCH 3/7] list: Add helpers to list network objects

2012-09-10 Thread Laine Stump
On 09/04/2012 11:55 AM, Osier Yang wrote: > src/conf/network_conf.c: Add virNetworkMatch to filter the networks; > and virNetworkList to iterate over all the networks with the filter. > > src/conf/network_conf.h: Declare virNetworkList and define the macros > for filters. > > src/libvirt_private.sy

[libvirt] [PATCH 3/7] list: Add helpers to list network objects

2012-09-04 Thread Osier Yang
src/conf/network_conf.c: Add virNetworkMatch to filter the networks; and virNetworkList to iterate over all the networks with the filter. src/conf/network_conf.h: Declare virNetworkList and define the macros for filters. src/libvirt_private.syms: Export virNetworkList. --- src/conf/network_conf.