summaryrefslogtreecommitdiff
path: root/include/apr_memcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_memcache.h')
-rw-r--r--include/apr_memcache.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/apr_memcache.h b/include/apr_memcache.h
index 7e376e602..56d5d8d68 100644
--- a/include/apr_memcache.h
+++ b/include/apr_memcache.h
@@ -72,6 +72,13 @@ struct apr_memcache_server_t
apr_thread_mutex_t *lock;
#endif
apr_time_t btime;
+#if APR_HAS_THREADS
+ /** Resource list parameters */
+ apr_uint32_t min;
+ apr_uint32_t smax;
+ apr_uint32_t max;
+ apr_uint32_t ttl;
+#endif
};
/* Custom hash callback function prototype, user for server selection.