]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Remove the requirement for vlc object to be locked when invoking waitpipe.
[vlc] / src / libvlc.h
index b64c2aeafd4a0a9fc9c40d979e46a4b022250628..6690caf57b634db21847666943e464b387df20ee 100644 (file)
@@ -109,7 +109,9 @@ struct vlc_object_internals_t
     vlc_bool_t      b_thread;
 
     /* Objects thread synchronization */
+    vlc_bool_t      b_signaled;
     int             pipes[2];
+    vlc_spinlock_t  spin;
 
     /* Objects management */
     unsigned        i_refcount;