libvirt/src/libvirt_daemon.syms
Daniel P. Berrange d442ee23bd Introduce a 'stop' method to virDriverState
To allow actions to be performed in libvirtd when the host
shuts down, or user session exits, introduce a 'stop'
method to virDriverState. This will do things like saving
the VM state to a file.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-11-29 16:14:36 +00:00

12 lines
203 B
Plaintext

#
# These symbols are dependent upon --with-libvirtd via WITH_LIBVIRTD.
#
# libvirt_internal.h
virRegisterStateDriver;
virStateActive;
virStateCleanup;
virStateInitialize;
virStateReload;
virStateStop;