On Tue, Mar 10, 2015 at 17:45:14 +0100, Michal Privoznik wrote:
This is going to be needed later, when some functions already
have the virNetworkObjList object already locked and need to
lookup a object to work on. As an example of such function is
virNetworkAssignDef(). The other use case might be in
virNetworkObjListForEach() callback.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/conf/network_conf.c | 34 ++++++++++++++++++++++++++++++----
src/conf/network_conf.h | 4 ++++
src/libvirt_private.syms | 2 ++
3 files changed, 36 insertions(+), 4 deletions(-)
ACK,
Peter