mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
oop
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include <signal.h>
|
||||
|
||||
#include "sharedFoundation/FirstSharedFoundation.h"
|
||||
|
||||
#include "ConfigCentralServer.h"
|
||||
@@ -30,7 +32,7 @@ inline void signalHandler(int s){
|
||||
|
||||
int main(int argc, char ** argv)
|
||||
{
|
||||
struct sigaction sigIntHandler;
|
||||
struct sigaction sigIntHandler;
|
||||
sigIntHandler.sa_handler = signalHandler;
|
||||
sigemptyset(&sigIntHandler.sa_mask);
|
||||
sigIntHandler.sa_flags = 0;
|
||||
|
||||
Reference in New Issue
Block a user