1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00
icecast-server/src/sighandler.h
Karl Heyes 9482db6016 avoid hitting the mutex's in the signal handler, we could block, which is
not something we want to do. Some mutex implementations are signal based.

svn path=/trunk/icecast/; revision=5174
2003-07-24 23:45:29 +00:00

10 lines
154 B
C

#ifndef __SIGHANDLER_H__
#define __SIGHANDLER_H__
extern int schedule_config_reread;
void sighandler_initialize(void);
#endif /* __SIGHANDLER_H__ */