[libvirt] [PATCH 4/5] Add virObjectEventStateRegisterID to symsfile

Michal Privoznik mprivozn at redhat.com
Wed Oct 12 09:09:44 UTC 2016


On 11.10.2016 20:53, Martin Kletzander wrote:
> To go with the Deregister version as well.
> 
> Signed-off-by: Martin Kletzander <mkletzan at 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




More information about the libvir-list mailing list