summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
authorKevin Lin <developer@kevinlin.info>2020-11-15 10:43:52 -0800
committerdormando <dormando@rydia.net>2020-11-20 12:23:47 -0800
commit2d118d43d4607d86f2312f0dd44815833da39a59 (patch)
tree2e8d30cf3c8894c521db4557883e50368449f509 /memcached.h
parentb2cee81823ba32adf09a6666d92aee56a8d98056 (diff)
downloadmemcached-2d118d43d4607d86f2312f0dd44815833da39a59.tar.gz
Expose memory_file path in stats settings
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 776f687..8149cf4 100644
--- a/memcached.h
+++ b/memcached.h
@@ -489,6 +489,7 @@ struct settings {
bool ssl_session_cache; /* enable SSL server session caching */
#endif
int num_napi_ids; /* maximum number of NAPI IDs */
+ char *memory_file; /* warm restart memory file path */
};
extern struct stats stats;