On 11.10.2016 20:53, Martin Kletzander wrote:
To go with the Deregister version as well.
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
src/libvirt_private.syms | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index d92d3d865307..fd63f99b568c 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -820,6 +820,7 @@ virObjectEventStateDeregisterID;
virObjectEventStateEventID;
virObjectEventStateNew;
virObjectEventStateQueue;
+virObjectEventStateRegisterID;
Okay, this is interesting. I've found out that this function is declared
in object_event_private.h while virObjectEventStateDeregisterID is in
object_event.h. Any idea why is that so?
ACK meanwhile.
Michal