You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
203 B

#ifndef F2B_MATCH_H_
#define F2B_MATCH_H_
typedef struct {
struct f2b_match_t *next;
const char *ip;
size_t count;
time_t firstseen;
time_t lastseen;
} f2b_match_t;
#endif /* F2B_MATCH_H_ */