]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
configuration: add config_AddIntf() config_RemoveIntf() and config_ExistIntf() to...
[vlc] / include / vlc_interface.h
index ef1bffaabdbddfb0bf9832a9b6451771e7e8dc08..83dc16446de3f5fa123a10e407f072fc2510a3c8 100644 (file)
@@ -55,6 +55,7 @@ struct intf_thread_t
 
     /* Thread properties and locks */
     vlc_bool_t          b_play;
+    vlc_bool_t          b_should_run_on_first_thread;
 
     /* Specific interfaces */
     intf_console_t *    p_console;                               /** console */