summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/memcached.h b/memcached.h
index f096f44..7826c41 100644
--- a/memcached.h
+++ b/memcached.h
@@ -819,6 +819,9 @@ struct conn {
int io_queues_submitted; /* see notes on io_queue_t */
io_queue_t io_queues[IO_QUEUE_COUNT]; /* set of deferred IO queues. */
+#ifdef PROXY
+ unsigned int proxy_coro_ref; /* lua reference for active coroutine */
+#endif
#ifdef EXTSTORE
unsigned int recache_counter;
#endif