memcache.h
changeset 49 10c7dce1a043
parent 48 1c67f512779b
--- a/memcache.h	Fri Aug 29 23:31:17 2008 +0300
+++ b/memcache.h	Sat Aug 30 19:13:15 2008 +0300
@@ -292,7 +292,7 @@
  *
  * The given callback function is used for all requests in this context.
  */
-struct memcache *memcache_alloc (memcache_cb cb_fn);
+struct memcache *memcache_alloc (memcache_cb cb_fn, char pipeline_requests);
 
 /*
  * Add a server to the pool of available servers.