]> git.sesse.net Git - vlc/blobdiff - modules/control/dbus/dbus_common.h
dbus: do not use pf_run
[vlc] / modules / control / dbus / dbus_common.h
index fcb84d535cad4c51072a0b945d9d191fe59fb682..2e1c5b9d497b9aa0e6b7b5e8b0ec6350ed429551 100644 (file)
@@ -100,6 +100,7 @@ struct intf_sys_t
     vlc_array_t    *p_watches;
     int             p_pipe_fds[2];
     vlc_mutex_t     lock;
+    vlc_thread_t    thread;
     input_thread_t *p_input;
 
     mtime_t         i_last_input_pos; /* Only access from input thread */