diff src/audacious/plugin.h @ 3388:b01c8d41d35b

merge frenzy
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 10 Aug 2007 23:06:35 +0300
parents 3e9bc5fd5c36 d4f6507cded3
children 3a77e835874f
line wrap: on
line diff
--- a/src/audacious/plugin.h	Fri Aug 10 18:17:53 2007 +0300
+++ b/src/audacious/plugin.h	Fri Aug 10 23:06:35 2007 +0300
@@ -214,6 +214,11 @@
     gboolean eof;
 
     GThread *thread;
+    
+    GMutex *pb_ready_mutex;
+    GCond *pb_ready_cond;
+    gint pb_ready_val;    
+    gint (*set_pb_ready) (InputPlayback*);
 };
 
 struct _InputPlugin {