diff options
author | Hu Tao <hutao@cn.fujitsu.com> | 2011-12-20 16:35:00 +0800 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-12-20 10:21:37 -0700 |
commit | c57ca5703437bc82ef45d20f80e757924674174e (patch) | |
tree | 44c610749dbbb8d7dfda3d1f34889c386145e772 /src/libvirt_public.syms | |
parent | use cpuset to manage numa (diff) | |
download | libvirt-c57ca5703437bc82ef45d20f80e757924674174e.tar.gz libvirt-c57ca5703437bc82ef45d20f80e757924674174e.tar.bz2 libvirt-c57ca5703437bc82ef45d20f80e757924674174e.zip |
add new API virDomain{G, S}etNumaParameters
Set up the types for the numa functions and insert them into the
virDriver structure definition.
Diffstat (limited to 'src/libvirt_public.syms')
-rw-r--r-- | src/libvirt_public.syms | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms index 164039a32..3709f080a 100644 --- a/src/libvirt_public.syms +++ b/src/libvirt_public.syms @@ -508,4 +508,10 @@ LIBVIRT_0.9.8 { virNodeSuspendForDuration; } LIBVIRT_0.9.7; +LIBVIRT_0.9.9 { + global: + virDomainGetNumaParameters; + virDomainSetNumaParameters; +} LIBVIRT_0.9.8; + # .... define new API here using predicted next version number .... |