Browse Source

* extend ipaddr match with stag/ftag/score

master
Alex 'AdUser' Z 3 years ago
parent
commit
a763d9bb98
  1. 4
      src/matches.h

4
src/matches.h

@ -15,7 +15,9 @@
typedef struct f2b_match_t {
struct f2b_match_t *next;
time_t time;
/* more fields? */
uint32_t stag;
uint32_t ftag;
int16_t score;
} f2b_match_t;
/** matches container */

Loading…
Cancel
Save