]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Partial unfinished pipes conditional fallback for condition variables.
[vlc] / src / libvlc.h
index c83e25d476cb7b747f645b5a0c5cfaaebf6fa372..7ae84def8ec147862fb3d217cdae6d64e9ce3776 100644 (file)
@@ -49,8 +49,6 @@ uint32_t CPUCapabilities( void );
 /*
  * Unicode stuff
  */
-int utf8_mkdir( const char *filename );
-
 
 /*
  * LibVLC objects stuff
@@ -113,7 +111,11 @@ 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;
 };