mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
090eb35c0c
Commit 79b8a56995
removes virStateActive, however it forgot to
remove the symbol together. Pushed under build-breaker rule.
11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
#
|
|
# These symbols are dependent upon --with-libvirtd via WITH_LIBVIRTD.
|
|
#
|
|
|
|
# libvirt_internal.h
|
|
virRegisterStateDriver;
|
|
virStateCleanup;
|
|
virStateInitialize;
|
|
virStateReload;
|
|
virStateStop;
|