diff src/flacng/flacng.h @ 1401:263d72004333

- Introduce a mutex for test_info and lock appropriately
author Ralf Ertzinger <ralf@skytale.net>
date Sat, 04 Aug 2007 16:30:43 +0200
parents a9a97179a1f9
children 654aa79e43ef
line wrap: on
line diff
--- a/src/flacng/flacng.h	Fri Aug 03 20:39:05 2007 +0200
+++ b/src/flacng/flacng.h	Sat Aug 04 16:30:43 2007 +0200
@@ -79,6 +79,7 @@
 
 
 typedef struct callback_info {
+    GMutex* mutex;
     gint32* output_buffer;
     gint32* write_pointer;
     guint buffer_free;