aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/core/prefix_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/core/prefix_stats.h')
-rw-r--r--hicn-light/src/hicn/core/prefix_stats.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/core/prefix_stats.h b/hicn-light/src/hicn/core/prefix_stats.h
index 257f6b44d..deedda793 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 "../base/loop.h"
+
typedef struct prefix_stats_mgr_s {
void * forwarder;
- int timer_fd;
+ event_t * timer;
} prefix_stats_mgr_t;