blob: eb6e5945fa8533a97a34a9215fd02f43abb3a263 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# These symbols are dependent upon --with-libvirtd via WITH_LIBVIRTD.
#
# libvirt_internal.h
virStateInitialize;
virStateCleanup;
virStateReload;
virStateActive;
virRegisterStateDriver;
|