
25 Apr
2017
25 Apr
'17
3:31 p.m.
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@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