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-IceS
Commits
f0c87e17
Commit
f0c87e17
authored
Mar 02, 2003
by
Karl Heyes
Browse files
Call the signal handler at the beginning, so that any metadata is read at
the start of ices svn path=/trunk/ices/; revision=4391
parent
e2538c70
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input.c
View file @
f0c87e17
...
...
@@ -2,7 +2,7 @@
* - Main producer control loop. Fetches data from input modules, and controls
* submission of these to the instance threads. Timing control happens here.
*
* $Id: input.c,v 1.2
1
2003/03/02
19:14:46
karl Exp $
* $Id: input.c,v 1.2
2
2003/03/02
21:16:27
karl Exp $
*
* Copyright (c) 2001 Michael Smith <msmith@labyrinth.net.au>
*
...
...
@@ -284,6 +284,8 @@ void input_loop(void)
instance
=
instance
->
next
;
}
/* treat as if a signal has arrived straight away */
signal_usr1_handler
(
0
);
/* now we go into the main loop
* We shut down the main thread ONLY once all the instances
...
...
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