mirror of
https://github.com//cppla/ServerStatus
synced 2026-08-06 10:13:57 +08:00
解决了网络闪断导致的错误报警
This commit is contained in:
+3
-1
@@ -101,10 +101,12 @@ class CMain
|
||||
{
|
||||
CClient *pClients;
|
||||
CConfig *pConfig;
|
||||
CWatchDog *pWatchDogs;
|
||||
volatile short m_ReloadRequired;
|
||||
} m_JSONUpdateThreadData;
|
||||
} m_JSONUpdateThreadData, m_OfflineAlarmThreadData;
|
||||
|
||||
static void JSONUpdateThread(void *pUser);
|
||||
static void offlineAlarmThread(void *pUser);
|
||||
public:
|
||||
CMain(CConfig Config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user