MCPcopy Create free account
hub / github.com/ElementsProject/elements / HandleSIGTERM

Function HandleSIGTERM

src/init.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 */
341#ifndef WIN32
342static void HandleSIGTERM(int)
343{
344 StartShutdown();
345}
346
347static void HandleSIGHUP(int)
348{

Callers

nothing calls this directly

Calls 1

StartShutdownFunction · 0.85

Tested by

no test coverage detected