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

Class CMonitors

server/src/main.h:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 } m_aCWatchDogs[NET_MAX_CLIENTS];
94
95 struct CMonitors{
96 char m_aName[128];
97 char m_aHost[128];
98 int m_aInterval;
99 char m_aType[128];
100 } m_aCMonitors[NET_MAX_CLIENTS];
101public:
102 struct CSSLCerts{
103 char m_aName[128];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected