mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
api: add virInterfaceDefineFlags
Signed-off-by: Kristina Hanicova <khanicov@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
committed by
Ján Tomko
parent
a3d88c9d4c
commit
609dfaf43e
@@ -79,6 +79,10 @@ typedef enum {
|
||||
VIR_INTERFACE_XML_INACTIVE = 1 << 0 /* dump inactive interface information */
|
||||
} virInterfaceXMLFlags;
|
||||
|
||||
typedef enum {
|
||||
VIR_INTERFACE_DEFINE_VALIDATE = 1 << 0, /* Validate the XML document against schema */
|
||||
} virInterfaceDefineFlags;
|
||||
|
||||
char * virInterfaceGetXMLDesc (virInterfacePtr iface,
|
||||
unsigned int flags);
|
||||
virInterfacePtr virInterfaceDefineXML (virConnectPtr conn,
|
||||
|
||||
Reference in New Issue
Block a user