mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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.
This commit is contained in:
@@ -117,6 +117,7 @@ virCommandAddEnvPair;
|
|||||||
virCommandAddEnvPass;
|
virCommandAddEnvPass;
|
||||||
virCommandAddEnvPassCommon;
|
virCommandAddEnvPassCommon;
|
||||||
virCommandAddEnvString;
|
virCommandAddEnvString;
|
||||||
|
virCommandAllowCap;
|
||||||
virCommandClearCaps;
|
virCommandClearCaps;
|
||||||
virCommandDaemonize;
|
virCommandDaemonize;
|
||||||
virCommandExec;
|
virCommandExec;
|
||||||
|
|||||||
Reference in New Issue
Block a user