On Mon, Apr 24, 2017 at 03:18:34PM -0400, John Ferlan wrote:
Move the structure to virnwfilterobj.c and create necessary accessor
API's
for the various fields.
Also make virNWFilterObjFree static since there's no external callers.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/conf/virnwfilterobj.c | 32 +++++++++++++++++++++++++++++++-
src/conf/virnwfilterobj.h | 22 +++++++++-------------
src/libvirt_private.syms | 3 +++
src/nwfilter/nwfilter_driver.c | 10 +++++-----
src/nwfilter/nwfilter_gentech_driver.c | 30 ++++++++++++++++++------------
5 files changed, 66 insertions(+), 31 deletions(-)
ACK
Pavel