Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
7b7a9f73
Commit
7b7a9f73
authored
Feb 20, 2004
by
Michael Smith
Browse files
Oops. As oddsock says, this was broken, and didn't compile, and was unneccesary
anyway. reverted. svn path=/trunk/icecast/; revision=5849
parent
92027f47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stats.c
View file @
7b7a9f73
...
...
@@ -461,8 +461,7 @@ static void *_stats_thread(void *arg)
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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment