|
server 0.0.1
basicserverinfrastructure
|
00001 #ifndef __SIGNAL_HANDLING_H__ 00002 #define __SIGNAL_HANDLING_H__ 00003 00004 extern volatile int doShutdown; 00005 00006 void terminate(int signum); 00007 void init_signals(void); 00008 00009 #endif // __SIGNAL_HANDLING_H__ 00010