mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
api: add virNWFilterBindingCreateFlags
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
6779fca41c
commit
e21448e830
@@ -107,6 +107,11 @@ int virNWFilterFree (virNWFilterPtr nwfilter);
|
||||
/*
|
||||
* NWFilter information
|
||||
*/
|
||||
|
||||
typedef enum {
|
||||
VIR_NWFILTER_BINDING_CREATE_VALIDATE = 1 << 0, /* Validate the XML document against schema */
|
||||
} virNWFilterBindingCreateFlags;
|
||||
|
||||
const char* virNWFilterGetName (virNWFilterPtr nwfilter);
|
||||
int virNWFilterGetUUID (virNWFilterPtr nwfilter,
|
||||
unsigned char *uuid);
|
||||
|
||||
Reference in New Issue
Block a user