[libvirt] [PATCH v2 04/21] conf: move virNWFilterBindingDefPtr into its own files

John Ferlan jferlan at redhat.com
Thu May 17 14:37:48 UTC 2018



On 05/15/2018 01:43 PM, Daniel P. Berrangé wrote:
> There's no code sharing between virNWFilterDef and
> virNWFilterBindingDefPtr types, so it is clearer if they live in
> separate source files and headers.
> 
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  src/conf/Makefile.inc.am         |  2 +
>  src/conf/nwfilter_conf.c         | 54 ---------------------
>  src/conf/nwfilter_conf.h         | 17 -------
>  src/conf/virnwfilterbindingdef.c | 83 ++++++++++++++++++++++++++++++++
>  src/conf/virnwfilterbindingdef.h | 47 ++++++++++++++++++
>  src/libvirt_private.syms         |  7 ++-
>  6 files changed, 137 insertions(+), 73 deletions(-)
>  create mode 100644 src/conf/virnwfilterbindingdef.c
>  create mode 100644 src/conf/virnwfilterbindingdef.h
> 

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

John




More information about the libvir-list mailing list