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

Class CJSONUpdateThreadData

server/src/main.h:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 } m_aCSSLCerts[NET_MAX_CLIENTS];
116
117 struct CJSONUpdateThreadData
118 {
119 CClient *pClients;
120 CConfig *pConfig;
121 CWatchDog *pWatchDogs;
122 CMain *pMain;
123 volatile short m_ReloadRequired;
124 } m_JSONUpdateThreadData, m_OfflineAlarmThreadData;
125
126 static void JSONUpdateThread(void *pUser);
127 static void offlineAlarmThread(void *pUser);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected