summaryrefslogtreecommitdiff
path: root/src/libvirt_public.syms
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2016-06-16 19:15:45 +0200
committerPeter Krempa <pkrempa@redhat.com>2016-06-22 08:16:31 +0200
commit800244faf3d9df1c0b0c0c685b9ac8cf668e57ff (patch)
tree6badec81eae771a88e67e4b5809f6e89049c7ee8 /src/libvirt_public.syms
parent830f9b624d1e0a2629bee78704be1c44d6014ed2 (diff)
downloadlibvirt-800244faf3d9df1c0b0c0c685b9ac8cf668e57ff.tar.gz
lib: Add API to query guest vcpu info using guest agent
Add a rather universal API implemented via typed params that will allow to query the guest agent for the state and possibly other aspects of guest vcpus.
Diffstat (limited to 'src/libvirt_public.syms')
-rw-r--r--src/libvirt_public.syms1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms
index 06011ce489..30801c5a54 100644
--- a/src/libvirt_public.syms
+++ b/src/libvirt_public.syms
@@ -736,6 +736,7 @@ LIBVIRT_2.0.0 {
global:
virConnectStoragePoolEventRegisterAny;
virConnectStoragePoolEventDeregisterAny;
+ virDomainGetGuestVcpus;
} LIBVIRT_1.3.3;
# .... define new API here using predicted next version number ....