Browse Source

* match.h

master
Alex 'AdUser' Z 8 years ago
parent
commit
5f45b8effe
  1. 6
      src/match.h

6
src/match.h

@ -3,10 +3,8 @@
typedef struct {
struct f2b_match_t *next;
const char *ip;
size_t count;
time_t firstseen;
time_t lastseen;
char ip[40]; /* 8 x "ffff" + 7 x ":" + '\0' */
time_t seen;
} f2b_match_t;
#endif /* F2B_MATCH_H_ */

Loading…
Cancel
Save