mirror of https://gitee.com/openkylin/libvirt.git
conf: Export virStorageVolType enum helper functions
Export string conversion from and to the virStorageVolType enum.
This commit is contained in:
parent
c8b8b50c3b
commit
69d20452ce
|
@ -701,6 +701,8 @@ virStorageVolDefFree;
|
|||
virStorageVolDefParseFile;
|
||||
virStorageVolDefParseNode;
|
||||
virStorageVolDefParseString;
|
||||
virStorageVolTypeFromString;
|
||||
virStorageVolTypeToString;
|
||||
|
||||
|
||||
# conf/storage_encryption_conf.h
|
||||
|
|
Loading…
Reference in New Issue