[libvirt] [libvirt-glib] events: Mark 'eventlock' as static

Christophe Fergeau cfergeau at redhat.com
Thu Apr 21 13:13:30 UTC 2016


Ping?

Christophe

On Fri, Jan 29, 2016 at 09:32:51AM +0100, Christophe Fergeau wrote:
> It's not used outside of the libvirt-glib-event.c file, so there is no
> good reason for not having it static. As it was not listed in
> libvirt-glib.sym, this will make no change to the publicly exported
> symbols (ie this is not an ABI change).
> ---
>  libvirt-glib/libvirt-glib-event.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libvirt-glib/libvirt-glib-event.c b/libvirt-glib/libvirt-glib-event.c
> index f8227d6..4548aa6 100644
> --- a/libvirt-glib/libvirt-glib-event.c
> +++ b/libvirt-glib/libvirt-glib-event.c
> @@ -110,7 +110,7 @@ struct gvir_event_timeout
>      virFreeCallback ff;
>  };
>  
> -GMutex *eventlock = NULL;
> +static GMutex *eventlock = NULL;
>  
>  static int nextwatch = 1;
>  static GPtrArray *handles;
> -- 
> 2.5.0
> 
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20160421/15575d16/attachment-0001.sig>


More information about the libvir-list mailing list