From: Michal Privoznik <[email protected]> The esxVI_DateTime_ConvertToCalendarTime() symbol is declared in esx_vi_types.h header file. Reflect this in the corresponding .syms file.
Signed-off-by: Michal Privoznik <[email protected]> --- src/libvirt_esx.syms | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libvirt_esx.syms b/src/libvirt_esx.syms index 3c14b94aeb..023fecbe94 100644 --- a/src/libvirt_esx.syms +++ b/src/libvirt_esx.syms @@ -5,6 +5,9 @@ # esx/esx_util.h esxUtil_EscapeDatastoreItem; esxUtil_ParseDatastorePath; + + +# esx/esx_vi_types.h esxVI_DateTime_ConvertToCalendarTime; # Let emacs know we want case-insensitive sorting -- 2.51.0
