Signed-off-by: Kristina Hanicova <khanicov@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
virNetworkPtr virNetworkLookupByUUIDString (virConnectPtr conn,
const char *uuid);
+typedef enum {
+ VIR_NETWORK_CREATE_VALIDATE = 1 << 0, /* Validate the XML document against schema */
+} virNetworkCreateFlags;
+
/*
* Create active transient network
*/
* virNetworkCreateXMLFlags:
* @conn: pointer to the hypervisor connection
* @xmlDesc: an XML description of the network
- * @flags: extra flags; not used yet, so callers should always pass 0
+ * @flags: bitwise-OR of virNetworkCreateFlags
*
* Create and start a new virtual network, based on an XML description
* similar to the one returned by virNetworkGetXMLDesc()