]> git.sesse.net Git - vlc/blobdiff - src/input/vlm_internal.h
Qt: warn when we cannot save the configuration
[vlc] / src / input / vlm_internal.h
index fdd60d4c8900ebfd1e0a413b836aec319d4a478a..03e58284db722399588c53ae97ea904f5c02372d 100644 (file)
@@ -29,7 +29,7 @@
 #define _VLM_INTERNAL_H 1
 
 #include <vlc_vlm.h>
-#include "input_internal.h"
+#include "input_interface.h"
 
 /* Private */
 typedef struct
@@ -90,13 +90,14 @@ struct vlm_t
 
     vlc_mutex_t  lock;
     vlc_thread_t thread;
-    vlc_cond_t   wait;
-
+    vlc_mutex_t  lock_manage;
+    vlc_cond_t   wait_manage;
+    /* tell vlm thread there is work to do */
+    bool         input_state_changed;
     /* */
     int64_t        i_id;
 
     /* Vod server (used by media) */
-    int            i_vod;
     vod_t          *p_vod;
 
     /* Media list */