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

Class CWatchDog

server/src/main.h:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 } m_aClients[NET_MAX_CLIENTS];
87
88 struct CWatchDog{
89 char m_aName[128];
90 char m_aRule[128];
91 int m_aInterval;
92 char m_aCallback[1024];
93 } m_aCWatchDogs[NET_MAX_CLIENTS];
94
95 struct CMonitors{
96 char m_aName[128];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected