summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHan Han <hhan@redhat.com>2019-07-11 15:23:05 +0800
committerMichal Privoznik <mprivozn@redhat.com>2019-07-13 17:40:09 +0200
commit3efdffc4507226ecf64dfdba54702bb4212324bc (patch)
tree7627ce60c246e28196d0c13e5e9eb92e7f518e36 /include
parent355fb766c9fb107b4dffb316782d4e96fc462699 (diff)
downloadlibvirt-3efdffc4507226ecf64dfdba54702bb4212324bc.tar.gz
storage: Add iscsi-direct pool list type flag
Add pool list type flag VIR_CONNECT_LIST_STORAGE_POOLS_ISCSI_DIRECT, which was forgotten when introducing iscsi-direct pool at f0bf1be3. https://bugzilla.redhat.com/show_bug.cgi?id=1726609 Signed-off-by: Han Han <hhan@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/libvirt/libvirt-storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libvirt/libvirt-storage.h b/include/libvirt/libvirt-storage.h
index 5a95b2b139..089e1e0bd1 100644
--- a/include/libvirt/libvirt-storage.h
+++ b/include/libvirt/libvirt-storage.h
@@ -244,6 +244,7 @@ typedef enum {
VIR_CONNECT_LIST_STORAGE_POOLS_GLUSTER = 1 << 16,
VIR_CONNECT_LIST_STORAGE_POOLS_ZFS = 1 << 17,
VIR_CONNECT_LIST_STORAGE_POOLS_VSTORAGE = 1 << 18,
+ VIR_CONNECT_LIST_STORAGE_POOLS_ISCSI_DIRECT = 1 << 19,
} virConnectListAllStoragePoolsFlags;
int virConnectListAllStoragePools(virConnectPtr conn,