aboutsummaryrefslogtreecommitdiff
path: root/src/ptunnel.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-03-14 18:55:32 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-03-14 18:55:32 +0100
commit8823555e48209b397b0def62219f9b25243bde23 (patch)
tree1d2fe822764aa636988ffa734c30f306545345db /src/ptunnel.h
parent1e8037d84d01ef605b667f8db42f3c95831d7920 (diff)
sequence number timeout table uses now correct time_t for timestamps
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/ptunnel.h')
-rw-r--r--src/ptunnel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ptunnel.h b/src/ptunnel.h
index 2fce25d..2fda8bc 100644
--- a/src/ptunnel.h
+++ b/src/ptunnel.h
@@ -92,7 +92,7 @@ extern pthread_mutex_t chain_lock;
extern uint32_t num_tunnels;
extern const int icmp_receive_buf_len;
extern proxy_desc_t *chain;
-extern uint32_t *seq_expiry_tbl;
+extern time_t *seq_expiry_tbl;
extern const char *state_name[kNum_proto_types];
/* pt_thread_info_t: A simple (very simple, in fact) structure that allows us