
18 Mar
2021
18 Mar
'21
7 p.m.
Am Thu, 18 Mar 2021 16:26:14 -0600 schrieb Jim Fehlig <jfehlig@suse.com>:
Maybe libxlDomainCreateRestoreWrap? The 'Wrap' suffix compliments the libxl_api_wrap.h name suggestion.
"Naming conventions" does not cover API wrapping. Some of the names are already taken, like libxl_domain_shutdown/libxlDomainShutdown. This is the reason why I just used uppercase for the first letter of the libxl function. I assume virLibxlDomainShutdown may work, because in the end the wrappers are a libvirt thing. Olaf