Author: rjung Date: Fri Dec 14 19:27:22 2007 New Revision: 604384 URL: http://svn.apache.org/viewvc?rev=604384&view=rev Log: Introduce endpoint member to pass recoverability back from member service() to lb service().
Modified: tomcat/connectors/trunk/jk/native/common/jk_service.h Modified: tomcat/connectors/trunk/jk/native/common/jk_service.h URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_service.h?rev=604384&r1=604383&r2=604384&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_service.h (original) +++ tomcat/connectors/trunk/jk/native/common/jk_service.h Fri Dec 14 19:27:22 2007 @@ -336,6 +336,14 @@ jk_uint64_t wr; /* + * Flag to pass back recoverability status from + * a load balancer member to the load balancer itself. + * Depending on the configuration and request status + * recovery is not allowed. + */ + int recoverable; + + /* * A 'this' pointer which is used by the subclasses of this class to * point to data/functions which are specific to a given protocol * (e.g. ajp12 or ajp13 or ajp14). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]