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 3435677..5a21aee 100644
--- a/memcached.h
+++ b/memcached.h
@@ -719,6 +719,7 @@ typedef struct {
void *proxy_hooks;
void *proxy_user_stats;
void *proxy_int_stats;
+ uint32_t proxy_rng[4]; // fast per-thread rng for lua.
// TODO: add ctx object so we can attach to queue.
#endif
} LIBEVENT_THREAD;