2010-04-13 18:02:46 +00:00
|
|
|
#
|
|
|
|
# Officially exported symbols, for which header
|
|
|
|
# file definitions are installed in /usr/include/libvirt
|
|
|
|
# from libvirt-qemu.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-qemu.so not providing foo() - the global
|
|
|
|
# soname version info can't enforce this since we never
|
|
|
|
# change the soname
|
|
|
|
#
|
|
|
|
LIBVIRT_QEMU_0.8.3 {
|
|
|
|
global:
|
|
|
|
virDomainQemuMonitorCommand;
|
|
|
|
};
|
2011-05-05 14:05:40 +00:00
|
|
|
|
|
|
|
LIBVIRT_QEMU_0.9.4 {
|
|
|
|
global:
|
|
|
|
virDomainQemuAttach;
|
|
|
|
} LIBVIRT_QEMU_0.8.3;
|