[libvirt PATCH v2 4/7] openvz: Add missing symbols to libvirt_openvz.syms

Tim Wiederhake posted 7 patches 4 years, 9 months ago
[libvirt PATCH v2 4/7] openvz: Add missing symbols to libvirt_openvz.syms
Posted by Tim Wiederhake 4 years, 9 months ago
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
---
 src/libvirt_openvz.syms | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/libvirt_openvz.syms b/src/libvirt_openvz.syms
index ac0ed0d23e..a1038e51a4 100644
--- a/src/libvirt_openvz.syms
+++ b/src/libvirt_openvz.syms
@@ -3,10 +3,12 @@
 #
 
 # openvz/openvz_conf.h
+openvzCapsInit;
 openvzLocateConfFile;
 openvzReadConfigParam;
 openvzReadNetworkConf;
 openvzVEGetStringParam;
+openvzXMLOption;
 
 # Let emacs know we want case-insensitive sorting
 # Local Variables:
-- 
2.26.3