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

Function ReloadFunc

server/src/main.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static void ReloadFunc(int Signal)
209{
210 printf("[RELOAD] Caught signal %d\n", Signal);
211 gs_ReloadConfig = 1;
212}
213
214CConfig::CConfig()
215{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected