mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
oddsock's xslt stats support, slightly cleaned up
svn path=/trunk/thread/; revision=3772
This commit is contained in:
parent
68db62a86f
commit
379cb518d5
@ -115,11 +115,6 @@ void thread_initialize(void)
|
|||||||
{
|
{
|
||||||
thread_t *thread;
|
thread_t *thread;
|
||||||
|
|
||||||
/* this must be called to init pthreads-win32 */
|
|
||||||
#ifdef _WIN32
|
|
||||||
ptw32_processInitialize();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* set up logging */
|
/* set up logging */
|
||||||
|
|
||||||
log_initialize();
|
log_initialize();
|
||||||
@ -129,7 +124,7 @@ void thread_initialize(void)
|
|||||||
log_set_level(_logid, THREAD_DEBUG);
|
log_set_level(_logid, THREAD_DEBUG);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* create all the interal mutexes, and initialize the mutex tree */
|
/* create all the internal mutexes, and initialize the mutex tree */
|
||||||
|
|
||||||
_mutextree = avl_tree_new(_compare_mutexes, NULL);
|
_mutextree = avl_tree_new(_compare_mutexes, NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user