Author: mturk Date: Tue Oct 7 09:20:40 2008 New Revision: 702532 URL: http://svn.apache.org/viewvc?rev=702532&view=rev Log: Add missing struct member for cache_acquire_timeout
Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h?rev=702532&r1=702531&r2=702532&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h (original) +++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Tue Oct 7 09:20:40 2008 @@ -286,6 +286,7 @@ unsigned int ep_cache_sz; unsigned int ep_mincache_sz; unsigned int ep_maxcache_sz; + int cache_acquire_timeout; ajp_endpoint_t **ep_cache; int proto; /* PROTOCOL USED AJP13/AJP14 */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]