mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00: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:
parent
1d7086c2ed
commit
f594cddaf2
@ -117,6 +117,7 @@ virCommandAddEnvPair;
|
|||||||
virCommandAddEnvPass;
|
virCommandAddEnvPass;
|
||||||
virCommandAddEnvPassCommon;
|
virCommandAddEnvPassCommon;
|
||||||
virCommandAddEnvString;
|
virCommandAddEnvString;
|
||||||
|
virCommandAllowCap;
|
||||||
virCommandClearCaps;
|
virCommandClearCaps;
|
||||||
virCommandDaemonize;
|
virCommandDaemonize;
|
||||||
virCommandExec;
|
virCommandExec;
|
||||||
|
Loading…
Reference in New Issue
Block a user