From aba0a8ce4aeae0392b71658e9afaedc0d857a1a7 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Wed, 29 Jul 2020 09:05:08 +0200 Subject: [HICN-555] Reworked loop Signed-off-by: Mauro Sardara Change-Id: Ia837da43b797a3f4d30d832e7ad2b0ec8cc3fefe Signed-off-by: Mauro Sardara --- hicn-light/src/hicn/core/prefix_stats.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hicn-light/src/hicn/core/prefix_stats.h') diff --git a/hicn-light/src/hicn/core/prefix_stats.h b/hicn-light/src/hicn/core/prefix_stats.h index 257f6b44d..4d441203e 100644 --- a/hicn-light/src/hicn/core/prefix_stats.h +++ b/hicn-light/src/hicn/core/prefix_stats.h @@ -4,9 +4,11 @@ #ifdef WITH_PREFIX_STATS +#include + typedef struct prefix_stats_mgr_s { void * forwarder; - int timer_fd; + event_t * timer; } prefix_stats_mgr_t; -- cgit 1.2.3-korg