[libvirt] [PATCH v3 15/20] conf: introduce a virNWFilterBindingObjListPtr struct

John Ferlan jferlan at redhat.com
Sun Jun 17 12:32:30 UTC 2018



On 06/14/2018 08:33 AM, Daniel P. Berrangé wrote:
> Introduce a new struct to act as the manager of a collection of
> virNWFilterBindingObjPtr objects.
> 
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  src/conf/Makefile.inc.am             |   2 +
>  src/conf/virnwfilterbindingobjlist.c | 487 +++++++++++++++++++++++++++
>  src/conf/virnwfilterbindingobjlist.h |  69 ++++
>  src/libvirt_private.syms             |  10 +
>  4 files changed, 568 insertions(+)
>  create mode 100644 src/conf/virnwfilterbindingobjlist.c
>  create mode 100644 src/conf/virnwfilterbindingobjlist.h
> 

Reviewed-by: John Ferlan <jferlan at redhat.com>

John

[I'll get to 16-20 ... I had started this on Friday figuring I'd get
through everything, but couldn't... So rather than have things lie
around for another day or two I figured I'd get through what I'd done so
far...]




More information about the libvir-list mailing list