From a763d9bb98801878c7f4704860d24987faba2a7f Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Mon, 25 Jan 2021 10:36:19 +1000 Subject: [PATCH] * extend ipaddr match with stag/ftag/score --- src/matches.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/matches.h b/src/matches.h index ac08368..8e332ee 100644 --- a/src/matches.h +++ b/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 */