From: Laine Stump Date: Wed, 1 Feb 2012 21:09:54 +0000 (-0500) Subject: build: add missing virCommandAddCap to libvirt_private.syms X-Git-Tag: v0.9.10-rc1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f594cddaf29c0bde304baa579104d6a2e46215e0;p=thirdparty%2Flibvirt.git build: add missing virCommandAddCap to libvirt_private.syms This was forgotten when the function was initially written (not noticed because it wasn't used at the time). It's required for proper compilation with modules enabled after applying the recent rawio patches. --- diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index ce71d8b6ef..f9b4bf94e6 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -117,6 +117,7 @@ virCommandAddEnvPair; virCommandAddEnvPass; virCommandAddEnvPassCommon; virCommandAddEnvString; +virCommandAllowCap; virCommandClearCaps; virCommandDaemonize; virCommandExec;