search for: main_shutting_down

Displaying 7 results from an estimated 7 matches for "main_shutting_down".

2004 Aug 06
1
[icecast-dev] Some nits in icecast 1.3.12
...ot;, dir2->host, dir2->port); return compare_strings (s1, s2, param); } *** main.c 2002/04/11 06:23:49 1.1 --- main.c 2002/04/11 06:25:07 *************** *** 544,550 **** directory_server_t *ds; int i; avl_traverser trav = {0}; ! static main_shutting_down = 0; thread_library_lock (); if (!main_shutting_down) --- 544,550 ---- directory_server_t *ds; int i; avl_traverser trav = {0}; ! static int main_shutting_down = 0; thread_library_lock (); if (!main_shut...
2004 Aug 06
1
Some nits in icecast 1.3.12
...ot;, dir2->host, dir2->port); return compare_strings (s1, s2, param); } *** main.c 2002/04/11 06:23:49 1.1 --- main.c 2002/04/11 06:25:07 *************** *** 544,550 **** directory_server_t *ds; int i; avl_traverser trav = {0}; ! static main_shutting_down = 0; thread_library_lock (); if (!main_shutting_down) --- 544,550 ---- directory_server_t *ds; int i; avl_traverser trav = {0}; ! static int main_shutting_down = 0; thread_library_lock (); if (!main_shut...
2004 Aug 06
0
[PATCH] Configurable privileges and chroot jail
...uot;Dropped privileges to user %s", info.icecast_user); + } +#endif +} + + /* Print header, select the console mode, and start the main server loop. */ void startup_mode() @@ -544,7 +624,7 @@ directory_server_t *ds; int i; avl_traverser trav = {0}; - static main_shutting_down = 0; + static int main_shutting_down = 0; thread_library_lock (); if (!main_shutting_down) Index: src/main.h =================================================================== RCS file: /cvsroot/icecast/src/main.h,v retrieving revision 1.4 diff -b -u -r1....
2004 Aug 06
1
icecast 1.3.10 problems
> First, src/vsnprintf.[ch] where not added to cvs, version checked out > off CVS does not build. You're right. I forgot to cvs add them. They are now in the repository. > Second, src/main.c *still* does not build on Linux 2.4.x based systems - > it is necessary to #include <sys/resource.h> somewhere. I could have sworn that I have the 2.4 headers installed on this
2004 Aug 06
0
warnings compiling icecast-1.3.12
...o work fine i think i am not a programmer so the warnings say nothing to me ystem slackware 8 i386 these are the warnings gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c main.c main.c: In function `clean_shutdown': main.c:547: warning: type defaults to `int' declaration of `main_shutting_down' gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c client.c client.c:93: warning: `client_send_fake_file' declared `static' but never defined gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c avl_functions.c avl_functions.c: In function `compare_directories...
2004 Aug 06
4
reencode scripts if anyone is interested
On Monday, 25 June 2001 at 15:23, Michael Smith wrote: > > >Future plans include sending different streams to different servers > >(not just different mountpoints), and handling PCM/WAV input... > > Hey, you're taking over all the plans for ices2, damn you! :-) any more good ideas I may have missed? ;) > Actually, ices2 does much of this already. I want to add
2005 Apr 06
1
Probles installing Icecast-1.3.12
.../icecast-1.3.12/src/authenticate' make[3]: Cambiando a directorio `/usr/local/icecast-1.3.12/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c main.c main.c: In function 'clean_shutdown': main.c:547: warning:type defaults to 'int' in declaration of 'main_shutting_down' gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c client.c client.c:93: warning: 'client_send_fake_file' declared 'static' but never defined gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c admin.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT...