]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Partial unfinished pipes conditional fallback for condition variables.
[vlc] / src / libvlc.h
index 3e98a79b485477afa3445687420192d663128ea4..7ae84def8ec147862fb3d217cdae6d64e9ce3776 100644 (file)
@@ -111,6 +111,9 @@ struct vlc_object_internals_t
     vlc_thread_t    thread_id;
     vlc_bool_t      b_thread;
 
+    /* Objects thread synchronization */
+    int             pipes[2];
+
     /* Objects management */
     unsigned        i_refcount;
     vlc_bool_t      b_attached;