aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/core/content_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/core/content_store.h')
-rw-r--r--hicn-light/src/hicn/core/content_store.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/core/content_store.h b/hicn-light/src/hicn/core/content_store.h
index d47d603be..ceaf05e6b 100644
--- a/hicn-light/src/hicn/core/content_store.h
+++ b/hicn-light/src/hicn/core/content_store.h
@@ -1,7 +1,7 @@
#ifndef HICNLIGHT_CS_H
#define HICNLIGHT_CS_H
-#include "../base/pool.h"
+#include <hicn/util/pool.h>
#include "../content_store/lru.h"
#include "msgbuf_pool.h"
@@ -103,4 +103,6 @@ void cs_miss(cs_t *cs);
*/
void cs_log(cs_t *cs);
+cs_lru_stats_t cs_get_lru_stats(cs_t *cs);
+
#endif /* HICNLIGHT_CS_H */