mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
remove ability to set min and max pool sizes for server scope in prep for removing server scope
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200639 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -97,8 +97,6 @@ typedef struct
|
||||
* AP_LUA_SCOPE_ONCE | AP_LUA_SCOPE_REQUEST | AP_LUA_SCOPE_CONN | AP_LUA_SCOPE_SERVER
|
||||
*/
|
||||
unsigned int vm_scope;
|
||||
unsigned int vm_server_pool_min;
|
||||
unsigned int vm_server_pool_max;
|
||||
|
||||
/* info for the hook harnesses */
|
||||
apr_hash_t *hooks; /* <wombat_hook_info> */
|
||||
|
Reference in New Issue
Block a user