This commit is contained in:
Nav
2021-11-17 21:45:56 +00:00
parent 3fee62d5ea
commit e45a235d22
3 changed files with 10 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ void SignalHandler::startup() {
auto signalSet = this->getRegisteredSignalSet();
sigprocmask(SIG_SETMASK, &signalSet, NULL);
// Register handlers here
// Register handlers
this->handlersMappedBySignalNum.insert(std::pair(
SIGINT,
std::bind(&SignalHandler::triggerApplicationShutdown, this)