
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@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org