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

Ed oddsock at xiph.org
Fri Oct 31 11:21:00 PST 2003



oddsock     03/10/31 14:21:00

  Modified:    src      stats.c
  Log:
  added bypassing of thread_sleep() in certain cases.
  
  this came from KarlH.

Revision  Changes    Path
1.29      +1 -0      icecast/src/stats.c

Index: stats.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/stats.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- stats.c	24 Jul 2003 16:21:22 -0000	1.28
+++ stats.c	31 Oct 2003 19:21:00 -0000	1.29
@@ -444,6 +444,7 @@
             _free_event(event);
 
             thread_mutex_unlock(&_stats_mutex);
+            continue;
         } else {
             thread_mutex_unlock(&_global_event_mutex);
         }

<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