[xiph-cvs] cvs commit: icecast/src stats.c

Michael Smith msmith at xiph.org
Thu Feb 19 18:09:08 PST 2004



msmith      04/02/19 21:09:08

  Modified:    src      stats.c
  Log:
  Oops. As oddsock says, this was broken, and didn't compile, and was unneccesary
  anyway. reverted.

Revision  Changes    Path
1.34      +1 -2      icecast/src/stats.c

Index: stats.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/stats.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- stats.c	20 Feb 2004 01:25:28 -0000	1.33
+++ stats.c	20 Feb 2004 02:09:00 -0000	1.34
@@ -461,8 +461,7 @@
             thread_mutex_unlock(&_global_event_mutex);
         }
 
-        if(global_event_queue == NULL) /* Only sleep if no events are pending */
-            thread_sleep(300000);
+        thread_sleep(300000);
     }
 
     /* wake the other threads so they can shut down cleanly */

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list