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 b0e10f7..f096f44 100644
--- a/memcached.h
+++ b/memcached.h
@@ -517,6 +517,7 @@ struct settings {
char *memory_file; /* warm restart memory file path */
#ifdef PROXY
bool proxy_enabled;
+ bool proxy_uring; /* if the proxy should use io_uring */
char *proxy_startfile; /* lua file to run when workers start */
void *proxy_ctx; /* proxy's state context */
#endif