summaryrefslogtreecommitdiff
path: root/storage.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-09-26 14:43:17 -0700
committerdormando <dormando@rydia.net>2017-11-28 14:18:05 -0800
commitf593a59bce69f917514ef6213cf565c71bddcf8c (patch)
tree4a5dc07433e97b089f46a913b5367aa5d52c059a /storage.h
parente6239a905d072e837baa8aa425ca0ccee2fc3e01 (diff)
downloadmemcached-f593a59bce69f917514ef6213cf565c71bddcf8c.tar.gz
external storage base commit
been squashing reorganizing, and pulling code off to go upstream ahead of merging the whole branch.
Diffstat (limited to 'storage.h')
-rw-r--r--storage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/storage.h b/storage.h
new file mode 100644
index 0000000..3bfeacc
--- /dev/null
+++ b/storage.h
@@ -0,0 +1,7 @@
+#ifndef STORAGE_H
+#define STORAGE_H
+
+int lru_maintainer_store(void *storage, const int clsid);
+int start_storage_compact_thread(void *arg);
+
+#endif