server 0.0.1
basicserverinfrastructure

include/signalHandling.h

Go to the documentation of this file.
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 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines