MCPcopy Create free account
hub / github.com/OpenAtomFoundation/pikiwidb / SignalSetup

Function SignalSetup

src/net/examples/https_server.cc:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82static void SignalSetup() {
83 signal(SIGHUP, SIG_IGN);
84 signal(SIGPIPE, SIG_IGN);
85 signal(SIGINT, &IntSigHandle);
86 signal(SIGQUIT, &IntSigHandle);
87 signal(SIGTERM, &IntSigHandle);
88}
89
90int main(int argc, char* argv[]) {
91 int port;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected