MCPcopy Create free account
hub / github.com/codestation/qcma / hupSignalHandler

Method hupSignalHandler

cli/headlessmanager.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void HeadlessManager::hupSignalHandler(int)
159{
160 char a = 1;
161 ::write(sighup_fd[0], &a, sizeof(a));
162}
163
164void HeadlessManager::termSignalHandler(int)
165{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected