From: Han Han Date: Thu, 11 Jul 2019 07:23:06 +0000 (+0800) Subject: storage: Add missing pool type flags in comment X-Git-Tag: v5.6.0-rc1~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8462467cf7e4b596958f05a0b4dbee4573c64f61;p=thirdparty%2Flibvirt.git storage: Add missing pool type flags in comment Signed-off-by: Han Han Reviewed-by: Michal Privoznik --- 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