Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
static void ReloadFunc(int Signal)
209
{
210
printf(
"[RELOAD] Caught signal %d\n"
, Signal);
211
gs_ReloadConfig = 1;
212
}
213
214
CConfig::CConfig()
215
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected