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:
|
|
|
|
virAdmConnectOpen;
|
|
|
|
virAdmConnectClose;
|
|
|
|
virAdmConnectRef;
|
2015-11-26 14:08:36 +00:00
|
|
|
virAdmGetVersion;
|
2015-10-14 13:10:02 +00:00
|
|
|
virAdmConnectIsAlive;
|
2015-10-12 14:07:52 +00:00
|
|
|
virAdmConnectGetURI;
|
2015-10-05 15:17:51 +00:00
|
|
|
virAdmConnectGetLibVersion;
|
2015-10-12 15:10:57 +00:00
|
|
|
virAdmConnectRegisterCloseCallback;
|
|
|
|
virAdmConnectUnregisterCloseCallback;
|
2015-04-15 14:16:24 +00:00
|
|
|
};
|