]> git.sesse.net Git - vlc/blobdiff - src/input/vlm_internal.h
Use the normal vlm lock to protect access to the condition variable.
[vlc] / src / input / vlm_internal.h
index 7d4c48e53f7c2f8ae15f2d9bf52ebddeb4239b55..fdd60d4c8900ebfd1e0a413b836aec319d4a478a 100644 (file)
@@ -90,8 +90,7 @@ struct vlm_t
 
     vlc_mutex_t  lock;
     vlc_thread_t thread;
-    vlc_mutex_t  lock_manage;
-    vlc_cond_t   wait_manage;
+    vlc_cond_t   wait;
 
     /* */
     int64_t        i_id;