summaryrefslogtreecommitdiff
path: root/src/libvirt_lxc.syms
blob: 9b418eeae94bf42bb1b90d94a97598f3b0d9bb0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Officially exported symbols, for which header
# file definitions are installed in /usr/include/libvirt
# from libvirt-lxc.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-lxc.so not providing foo() - the global
# soname version info can't enforce this since we never
# change the soname
#
LIBVIRT_LXC_1.0.2 {
    global:
        virDomainLxcEnterNamespace;
        virDomainLxcOpenNamespace;
};

LIBVIRT_LXC_1.0.4 {
    global:
        virDomainLxcEnterSecurityLabel;
} LIBVIRT_LXC_1.0.2;

LIBVIRT_LXC_2.0.0 {
    global:
        virDomainLxcEnterCGroup;
} LIBVIRT_LXC_1.0.4;