| 93 | } m_aCWatchDogs[NET_MAX_CLIENTS]; |
| 94 | |
| 95 | struct CMonitors{ |
| 96 | char m_aName[128]; |
| 97 | char m_aHost[128]; |
| 98 | int m_aInterval; |
| 99 | char m_aType[128]; |
| 100 | } m_aCMonitors[NET_MAX_CLIENTS]; |
| 101 | public: |
| 102 | struct CSSLCerts{ |
| 103 | char m_aName[128]; |
nothing calls this directly
no outgoing calls
no test coverage detected