]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
Keep a thread-safe list of interfaces
[vlc] / include / vlc_interface.h
index 62def6425496dcd124d77e77a17c27fb09d8e2f3..46a88523991e1f486dcd0466c43dd17639eced32 100644 (file)
@@ -51,6 +51,7 @@ typedef struct intf_thread_t
 {
     VLC_COMMON_MEMBERS
 
+    struct intf_thread_t *p_next; /** LibVLC interfaces book keeping */
     /* Thread properties and locks */
 #if defined( __APPLE__ ) || defined( WIN32 )
     bool          b_should_run_on_first_thread;