summaryrefslogtreecommitdiff
path: root/items.h
diff options
context:
space:
mode:
Diffstat (limited to 'items.h')
-rw-r--r--items.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/items.h b/items.h
index 4e492b4..8add1ef 100644
--- a/items.h
+++ b/items.h
@@ -23,8 +23,8 @@ void item_stats_totals(ADD_STAT add_stats, void *c);
/*@null@*/
void item_stats_sizes(ADD_STAT add_stats, void *c);
-item *do_item_get(const char *key, const size_t nkey, const uint32_t hv);
-item *do_item_touch(const char *key, const size_t nkey, uint32_t exptime, const uint32_t hv);
+item *do_item_get(const char *key, const size_t nkey, const uint32_t hv, conn *c);
+item *do_item_touch(const char *key, const size_t nkey, uint32_t exptime, const uint32_t hv, conn *c);
void item_stats_reset(void);
extern pthread_mutex_t lru_locks[POWER_LARGEST];