MCPcopy Create free account
hub / github.com/cppla/ServerStatus / ExitFunc

Function ExitFunc

server/src/main.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200#endif
201
202static void ExitFunc(int Signal)
203{
204 printf("[EXIT] Caught signal %d\n", Signal);
205 gs_Running = 0;
206}
207
208static void ReloadFunc(int Signal)
209{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected