mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03:00
libvirt_private.syms: Expose virDomainNetTypeFromString
The enum converters are defined in the domain_conf.h (so accessible widely across the code), but on the symbol layer, only virDomainNetTypeToString was exposed. However, FromString variant is going to be needed shortly. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
94cc577807
commit
9993736f45
@ -345,6 +345,7 @@ virDomainNetGetActualVlan;
|
||||
virDomainNetInsert;
|
||||
virDomainNetRemove;
|
||||
virDomainNetRemoveHostdev;
|
||||
virDomainNetTypeFromString;
|
||||
virDomainNetTypeToString;
|
||||
virDomainNostateReasonTypeFromString;
|
||||
virDomainNostateReasonTypeToString;
|
||||
|
Loading…
Reference in New Issue
Block a user