[xiph-commits] r18659 - icecast/branches/ph3/icecast/src
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Fri Oct 12 13:53:26 PDT 2012
Author: ph3-der-loewe
Date: 2012-10-12 13:53:26 -0700 (Fri, 12 Oct 2012)
New Revision: 18659
Modified:
icecast/branches/ph3/icecast/src/plugins.c
Log:
allow other threads to get the lock
Modified: icecast/branches/ph3/icecast/src/plugins.c
===================================================================
--- icecast/branches/ph3/icecast/src/plugins.c 2012-10-12 20:14:28 UTC (rev 18658)
+++ icecast/branches/ph3/icecast/src/plugins.c 2012-10-12 20:53:26 UTC (rev 18659)
@@ -132,6 +132,8 @@
roarapi_unlock();
if ( ret == -1 )
thread_sleep(500000);
+ else
+ thread_sleep(5000);
roarapi_lock();
}
roarapi_unlock();
More information about the commits
mailing list