summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-06-29 11:19:40 +0200
committerGuido Günther <agx@sigxcpu.org>2012-06-29 11:19:40 +0200
commit505f873d6f609a476c8cc6e52da31f7717e3e98e (patch)
treecafc3c75ed2e50f344ddfe84aa48043709196bd1 /include
parent9deae39bc818603d8cfe8dd4061159f8b2985bd4 (diff)
New upstream version 0.9.13~rc2
Diffstat (limited to 'include')
-rw-r--r--include/libvirt/libvirt.h4
-rw-r--r--include/libvirt/libvirt.h.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h
index 2dd34832d..09a283bc1 100644
--- a/include/libvirt/libvirt.h
+++ b/include/libvirt/libvirt.h
@@ -2445,6 +2445,10 @@ struct _virStorageVolInfo {
typedef virStorageVolInfo *virStorageVolInfoPtr;
+typedef enum {
+ VIR_STORAGE_XML_INACTIVE = (1 << 0), /* dump inactive pool/volume information */
+} virStorageXMLFlags;
+
/*
* Get connection from pool.
*/
diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
index 024c4ec55..6e8d5dd43 100644
--- a/include/libvirt/libvirt.h.in
+++ b/include/libvirt/libvirt.h.in
@@ -2445,6 +2445,10 @@ struct _virStorageVolInfo {
typedef virStorageVolInfo *virStorageVolInfoPtr;
+typedef enum {
+ VIR_STORAGE_XML_INACTIVE = (1 << 0), /* dump inactive pool/volume information */
+} virStorageXMLFlags;
+
/*
* Get connection from pool.
*/