mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
d442ee23bd
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>
12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
#
|
|
# These symbols are dependent upon --with-libvirtd via WITH_LIBVIRTD.
|
|
#
|
|
|
|
# libvirt_internal.h
|
|
virRegisterStateDriver;
|
|
virStateActive;
|
|
virStateCleanup;
|
|
virStateInitialize;
|
|
virStateReload;
|
|
virStateStop;
|