[libvirt] [PATCH V11 5/7] nwfilter: move code for IP address map into separate file

Daniel Veillard veillard at redhat.com
Thu Apr 19 12:04:36 UTC 2012


On Thu, Apr 19, 2012 at 06:51:46AM -0400, Stefan Berger wrote:
> On 04/19/2012 05:58 AM, Daniel Veillard wrote:
> >On Tue, Apr 17, 2012 at 10:44:06AM -0400, Stefan Berger wrote:
> [...]
> 
> >>Index: libvirt-acl/src/libvirt_private.syms
> >>===================================================================
> >>--- libvirt-acl.orig/src/libvirt_private.syms
> >>+++ libvirt-acl/src/libvirt_private.syms
> >>@@ -853,6 +853,14 @@ virNWFilterTestUnassignDef;
> >>  virNWFilterUnlockFilterUpdates;
> >>
> >>
> >>+# nwfilter_ipaddrmap
> >>+virNWFilterIPAddrMapAddIPAddr;
> >>+virNWFilterIPAddrMapDelIPAddr;
> >>+virNWFilterIPAddrMapGetIPAddr;
> >>+virNWFilterIPAddrMapInit;
> >>+virNWFilterIPAddrMapShutdown;
> >>+
> >>+
> >>  # nwfilter_params.h
> >>  virNWFilterHashTableCreate;
> >>  virNWFilterHashTableFree;
> >   Weird I would have expected some of the renamed/moved functions
> >to be removed from the libvirt_private.syms, I'm surprized to see
> >only additions :)
> >
> [...]
> >   ACK, but double check the syms, thanks,
> >
> 
> There were none there before.

  okay the functions were not exported then, thanks !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list