| 86 | } m_aClients[NET_MAX_CLIENTS]; |
| 87 | |
| 88 | struct CWatchDog{ |
| 89 | char m_aName[128]; |
| 90 | char m_aRule[128]; |
| 91 | int m_aInterval; |
| 92 | char m_aCallback[1024]; |
| 93 | } m_aCWatchDogs[NET_MAX_CLIENTS]; |
| 94 | |
| 95 | struct CMonitors{ |
| 96 | char m_aName[128]; |
nothing calls this directly
no outgoing calls
no test coverage detected