]> git.sesse.net Git - vlc/blobdiff - modules/control/netsync.c
* Get rid of the Manager thread by making blocking interfaces listen to
[vlc] / modules / control / netsync.c
index 5280814a4f535825f865264dcba2b0ad3cc0294c..fbe56124f25e8bc2351717a81ea10b64aec4d783 100644 (file)
@@ -159,7 +159,7 @@ static void Run( intf_thread_t *p_intf )
     /* High priority thread */
     vlc_thread_set_priority( p_intf, VLC_THREAD_PRIORITY_INPUT );
 
-    while( !p_intf->b_die )
+    while( !intf_ShouldDie( p_intf ) )
     {
         struct timeval timeout;
         fd_set fds_r;