[libvirt] [PATCH 1/2] build: add missing virCommandAddCap to libvirt_private.syms

Laine Stump laine at laine.org
Wed Feb 1 21:21:32 UTC 2012


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.
---
 src/libvirt_private.syms |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index ce71d8b..f9b4bf9 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -117,6 +117,7 @@ virCommandAddEnvPair;
 virCommandAddEnvPass;
 virCommandAddEnvPassCommon;
 virCommandAddEnvString;
+virCommandAllowCap;
 virCommandClearCaps;
 virCommandDaemonize;
 virCommandExec;
-- 
1.7.7.5




More information about the libvir-list mailing list