Server 0.0.1
HTTP/REST server implementation

include/utils/signalHandling.h

Go to the documentation of this file.
00001 
00024 #ifndef __UTILS_SIGNAL_HANDLING_H__
00025 #define __UTILS_SIGNAL_HANDLING_H__
00026 
00027 extern volatile int doShutdown;
00028 
00029 void terminate(int signum);
00030 void init_signals(void);
00031 
00032 #endif // __UTILS_SIGNAL_HANDLING_H__
00033 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines