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

Method handleSigHup

cli/headlessmanager.cpp:181–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void HeadlessManager::handleSigHup()
182{
183 sn_hup->setEnabled(false);
184 char tmp;
185 ::read(sighup_fd[1], &tmp, sizeof(tmp));
186
187 refreshDatabase();
188
189 sn_hup->setEnabled(true);
190}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected