summaryrefslogtreecommitdiff
path: root/include/libvirt/libvirt-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libvirt/libvirt-storage.h')
-rw-r--r--include/libvirt/libvirt-storage.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/libvirt/libvirt-storage.h b/include/libvirt/libvirt-storage.h
index b7a7a6c90c..dee8b7a2c0 100644
--- a/include/libvirt/libvirt-storage.h
+++ b/include/libvirt/libvirt-storage.h
@@ -240,11 +240,8 @@ typedef enum {
*
*/
typedef enum {
- VIR_STORAGE_VOL_USE_ALLOCATION = 0,
-
- /* Return the physical size in allocation */
- VIR_STORAGE_VOL_GET_PHYSICAL = 1 << 0,
-
+ VIR_STORAGE_VOL_USE_ALLOCATION = 0, /* (Since: v3.0.0) */
+ VIR_STORAGE_VOL_GET_PHYSICAL = 1 << 0, /* Return the physical size in allocation (Since: v3.0.0) */
} virStorageVolInfoFlags;
/**