summaryrefslogtreecommitdiff
path: root/items.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2016-07-30 12:42:23 -0700
committerdormando <dormando@rydia.net>2016-08-19 17:34:55 -0700
commita8347f6d0913a3cf22d30400b66bfcedf610ebf9 (patch)
tree1ede0116490e8567bfd35ccf9382d23829620a0b /items.h
parentc793bae62ebbf9b0c2b0663fcbd33684262e3062 (diff)
downloadmemcached-a8347f6d0913a3cf22d30400b66bfcedf610ebf9.tar.gz
prototype functionality for LRU metadumper
Functionality is nearly all there. A handful of FIXME's and TODO's to address. From there it needs to be refactored into something proper.
Diffstat (limited to 'items.h')
-rw-r--r--items.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/items.h b/items.h
index 32aefb8..848f8c0 100644
--- a/items.h
+++ b/items.h
@@ -47,6 +47,7 @@ void lru_maintainer_resume(void);
int start_item_crawler_thread(void);
int stop_item_crawler_thread(void);
int init_lru_crawler(void);
-enum crawler_result_type lru_crawler_crawl(char *slabs);
+enum crawler_result_type lru_crawler_crawl(char *slabs, enum crawler_run_type);
+int lru_crawler_set_client(void *c, const int sfd); /* FIXME: Temporary. */
void lru_crawler_pause(void);
void lru_crawler_resume(void);