| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected