]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
Very beginning of the interaction framework (Refs:#27)
[vlc] / include / vlc_playlist.h
index aabd612ff6ac0dadfd49356cf3c4f0100bef56e7..3bd4ebb304dd1f3648a9060f249be8b6c69a2c20 100644 (file)
@@ -213,6 +213,12 @@ struct playlist_t
 
     vlc_mutex_t gc_lock;         /**< Lock to protect the garbage collection */
 
+    // The following members are about user interaction
+    // The playlist manages the user interaction to avoid creating another
+    // thread
+    vlc_bool_t b_manage_interaction;
+    interaction_t *p_interaction;
+
     /*@}*/
 };