From 8462467cf7e4b596958f05a0b4dbee4573c64f61 Mon Sep 17 00:00:00 2001 From: Han Han Date: Thu, 11 Jul 2019 15:23:06 +0800 Subject: [PATCH] storage: Add missing pool type flags in comment Signed-off-by: Han Han Reviewed-by: Michal Privoznik --- src/libvirt-storage.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libvirt-storage.c b/src/libvirt-storage.c index 3bd61dc986..93f80e9751 100644 --- a/src/libvirt-storage.c +++ b/src/libvirt-storage.c @@ -93,6 +93,9 @@ virStoragePoolGetConnect(virStoragePoolPtr pool) * VIR_CONNECT_LIST_STORAGE_POOLS_MPATH * VIR_CONNECT_LIST_STORAGE_POOLS_RBD * VIR_CONNECT_LIST_STORAGE_POOLS_SHEEPDOG + * VIR_CONNECT_LIST_STORAGE_POOLS_GLUSTER + * VIR_CONNECT_LIST_STORAGE_POOLS_ZFS + * VIR_CONNECT_LIST_STORAGE_POOLS_VSTORAGE * * Returns the number of storage pools found or -1 and sets @pools to * NULL in case of error. On success, the array stored into @pools is -- 2.47.2