[libvirt] [PATCH 1/5] network: define new API virNetworkDefineXMLFlags

Eric Blake eblake at redhat.com
Mon Aug 20 12:50:45 UTC 2012


On 08/20/2012 12:17 AM, Laine Stump wrote:
> We need to be able to pass a flag when (re)defining a network that
> says to enact the changes immediately rather than waiting until the
> next restart of the network, but the existing virNetworkDefineXML has
> no flags arg.
> 
> This patch adds a new public API virNetworkDefineXMLFlags that will be
> identical to virNetworkDefineXML, but with an added flags arg (which
> initially will only accept "0" on the remote end).

> +++ b/src/libvirt_public.syms
> @@ -549,6 +549,7 @@ LIBVIRT_0.10.0 {
>          virDomainGetHostname;
>          virConnectRegisterCloseCallback;
>          virConnectUnregisterCloseCallback;
> +        virNetworkDefineXMLFlags;

Your new entry is sorted, but the existing entries aren't :)

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120820/995856d0/attachment-0001.sig>


More information about the libvir-list mailing list