next add callback

This commit is contained in:
cppla
2022-07-13 17:11:22 +08:00
parent 7316dbdddb
commit f70705d872
3 changed files with 7 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ class CMain
struct CWatchDog{
char m_aName[128];
char m_aRule[128];
int m_aInterval;
char m_aCallback[128];
} m_aCWatchDogs[NET_MAX_CLIENTS];