
On 11/29/2011 09:14 PM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
* src/libvirt_private.syms: Export virNodeSuspendSupportsTarget and virNodeSuspendGetTargetMask --- src/libvirt_private.syms | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index 9f2a224..a0754f2 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -1332,6 +1332,8 @@ virNetTLSContextNewServerPath; # virnodesuspend.h nodeSuspendForDuration; virNodeSuspendInit; +virNodeSuspendGetTargetMask; +virNodeSuspendSupportsTarget;
And we need not export virNodeSuspendSupportsTarget here, if we mark it as static in patch 7/14. -- Regards, Srivatsa S. Bhat IBM Linux Technology Center