1
This commit is contained in:
parent
5113b87e5a
commit
84f2d8a9f0
@ -68,6 +68,7 @@ static void SavePerfLog()
|
||||
|
||||
void App::Init(int argc, char* argv[])
|
||||
{
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
this->argc = argc;
|
||||
this->argv = argv;
|
||||
|
||||
@ -77,7 +78,6 @@ void App::Init(int argc, char* argv[])
|
||||
return;
|
||||
}
|
||||
a8::XPrintf("masterserver starting instance_id:%d pid:%d\n", {instance_id, getpid()});
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
|
||||
loop_mutex_ = new std::mutex();
|
||||
loop_cond_ = new std::condition_variable();
|
||||
|
Loading…
x
Reference in New Issue
Block a user