summaryrefslogtreecommitdiff
path: root/items.h
diff options
context:
space:
mode:
Diffstat (limited to 'items.h')
-rw-r--r--items.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/items.h b/items.h
index 4c75119..99e1d1e 100644
--- a/items.h
+++ b/items.h
@@ -26,3 +26,6 @@ item *do_item_touch(const char *key, const size_t nkey, uint32_t exptime, const
void item_stats_reset(void);
extern pthread_mutex_t cache_lock;
void item_stats_evictions(uint64_t *evicted);
+
+int start_item_crawler_thread(void);
+int stop_item_crawler_thread(void);