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(a)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(a)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...]