2015-04-15 14:16:24 +00:00
|
|
|
#
|
|
|
|
# Officially exported symbols, for which header
|
|
|
|
# file definitions are installed in /usr/include/libvirt
|
|
|
|
# from libvirt-admin.h
|
|
|
|
#
|
|
|
|
# Versions here are *fixed* to match the libvirt version
|
|
|
|
# at which the symbol was introduced. This ensures that
|
|
|
|
# a new client app requiring symbol foo() can't accidentally
|
|
|
|
# run with old libvirt-admin.so not providing foo() - the global
|
|
|
|
# soname version info can't enforce this since we never
|
|
|
|
# change the soname
|
|
|
|
#
|
|
|
|
LIBVIRT_ADMIN_1.3.0 {
|
|
|
|
global:
|
2015-12-10 12:46:45 +00:00
|
|
|
virAdmConnectOpen;
|
|
|
|
virAdmConnectClose;
|
|
|
|
virAdmConnectRef;
|
2015-11-26 14:08:36 +00:00
|
|
|
virAdmGetVersion;
|
2015-12-10 12:46:45 +00:00
|
|
|
virAdmConnectIsAlive;
|
|
|
|
virAdmConnectGetURI;
|
|
|
|
virAdmConnectGetLibVersion;
|
|
|
|
virAdmConnectRegisterCloseCallback;
|
|
|
|
virAdmConnectUnregisterCloseCallback;
|
2015-08-14 07:17:01 +00:00
|
|
|
virAdmConnectListServers;
|
|
|
|
virAdmServerGetName;
|
2015-11-23 11:41:32 +00:00
|
|
|
virAdmServerGetThreadPoolParameters;
|
2015-08-14 07:17:01 +00:00
|
|
|
virAdmServerFree;
|
2016-03-01 16:33:37 +00:00
|
|
|
virAdmConnectLookupServer;
|
2015-04-15 14:16:24 +00:00
|
|
|
};
|