Go to the documentation of this file.
90 static void set(
const bool verbose);
93 static void unset(
const bool verbose);
static void unset(const bool verbose)
Deactivate SIGQUIT signal handler.
static struct sigaction oldAction_
Saved old signal trapping setting.
static void set(const bool verbose)
Activate SIGQUIT signal handler.
static bool sigActive_
Flag to indicate signal trapping is enabled.
static void sigHandler(int)
Handler for caught signals.
Signal handler for QUIT interupt.