| 52 | typedef struct CUT_BlockedIPAddr |
| 53 | { |
| 54 | CUT_BlockedIPAddr() |
| 55 | { m_ipAddress.s_addr = 0; m_lBlockCount = 0; m_timeBlockExpire = 0; } |
| 56 | |
| 57 | in_addr m_ipAddress; // IP Address |
| 58 | long m_lBlockCount; // Blocks counter |
nothing calls this directly
no outgoing calls
no test coverage detected