From 5e5f18a893d3670b741a23deb282ddbf7ddc5fd0 Mon Sep 17 00:00:00 2001 From: dormando Date: Wed, 26 Jan 2022 22:33:17 -0800 Subject: proxy: `-o proxy_uring` to enable io_uring instead of automatically attempting to use io_uring if compiled in, require a start option. --- memcached.h | 1 + 1 file changed, 1 insertion(+) (limited to 'memcached.h') 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 -- cgit v1.2.1