summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-01-26 22:33:17 -0800
committerdormando <dormando@rydia.net>2022-01-26 22:33:17 -0800
commit5e5f18a893d3670b741a23deb282ddbf7ddc5fd0 (patch)
tree08a56206edc5f1da837c5c7f70f6833c03bde2f0 /memcached.h
parent52947e418f437e4aa6fb62e0fad715492ae1e38e (diff)
downloadmemcached-5e5f18a893d3670b741a23deb282ddbf7ddc5fd0.tar.gz
proxy: `-o proxy_uring` to enable io_uring
instead of automatically attempting to use io_uring if compiled in, require a start option.
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