summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Lee <cheeselee@fedoraproject.org>2021-10-02 01:34:25 +0800
committerErik Skultety <eskultet@redhat.com>2021-10-04 12:03:43 +0000
commit34bf62b0b2c209278df61fe900515fc6020e114d (patch)
tree25d2e2906df9897a0fce152750f395bdfb3e1863 /include
parent159a64afd14f6fb1d9c9ac416bf7ac0c3339d835 (diff)
downloadlibvirt-34bf62b0b2c209278df61fe900515fc6020e114d.tar.gz
docs: describe flag VIR_STORAGE_POOL_CREATE_NORMAL to correct the HTML doc
This patch makes the descriptions of virStoragePoolCreateFlags annotate to the correct flag in the generated HTML file. Signed-off-by: Robin Lee <cheeselee@fedoraproject.org>
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 b459fe3e8e..f89856b93e 100644
--- a/include/libvirt/libvirt-storage.h
+++ b/include/libvirt/libvirt-storage.h
@@ -70,6 +70,7 @@ typedef enum {
} virStoragePoolDeleteFlags;
typedef enum {
+ /* Create the pool but do not perform pool build */
VIR_STORAGE_POOL_CREATE_NORMAL = 0,
/* Create the pool and perform pool build without any flags */