2010/6/20 Development <development(a)simulamen.eu>:
Quick question on whether it is possible to use the libvirt API
exposed by
the libvirt DLL compiled on a Vista machine to obtain the system time in UTC
of the remote machine hosting several VMs? Many thanks...
There is no such feature in libvirt yet. But there is no reason why a
function like
time_t virConnectGetCurrentTime(virConnectPtr conn);
could not be added to libvirt.
Matthias