summaryrefslogtreecommitdiff
path: root/storage.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2020-08-29 23:46:52 -0700
committerdormando <dormando@rydia.net>2020-10-30 15:50:12 -0700
commite5326570b34ad3171e8d685e6bd17b58928d06cd (patch)
treebe03118b71dcd96df42bb26682a1a9f1e1e638d7 /storage.h
parent416a7a10014299fd08bf4b35e4ffa0870cd330b0 (diff)
downloadmemcached-e5326570b34ad3171e8d685e6bd17b58928d06cd.tar.gz
core: compile io_queue code by default
don't gate on EXTSTORE for the deferred io_queue code. removes a number of ifdef's and allows more clean usage of the interface.
Diffstat (limited to 'storage.h')
-rw-r--r--storage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage.h b/storage.h
index 47e3043..05e420d 100644
--- a/storage.h
+++ b/storage.h
@@ -15,10 +15,8 @@ void storage_stats(ADD_STAT add_stats, conn *c);
void process_extstore_stats(ADD_STAT add_stats, conn *c);
bool storage_validate_item(void *e, item *it);
int storage_get_item(conn *c, item *it, mc_resp *resp);
-#ifdef EXTSTORE
void storage_submit_cb(void *ctx, io_pending_t *pending);
void storage_free_cb(void *ctx, io_pending_t *pending);
-#endif
int start_storage_write_thread(void *arg);
void storage_write_pause(void);
void storage_write_resume(void);