summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/memcached.h b/memcached.h
index 7774e0e..0517d4a 100644
--- a/memcached.h
+++ b/memcached.h
@@ -532,6 +532,7 @@ void item_unlink(item *it);
void item_update(item *it);
void item_lock(uint32_t hv);
+int item_trylock(uint32_t hv);
void item_unlock(uint32_t hv);
unsigned short refcount_incr(unsigned short *refcount);
unsigned short refcount_decr(unsigned short *refcount);