« Previous | Next » 

Revision 05735a2a

ID05735a2a9cf37f5dc11ece998906431dda707258

Added by Stefan Hajnoczi about 10 years ago

trace: add glib 2.32+ static GMutex support

The GStaticMutex API was deprecated in glib 2.32. We cannot switch over
to GMutex unconditionally since we would drop support for older glib
versions. But the deprecated API warnings during build are annoying so
use static GMutex when possible.

Signed-off-by: Stefan Hajnoczi <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences