Author: rjung
Date: Sat May 13 07:11:04 2006
New Revision: 406110
URL: http://svn.apache.org/viewcvs?rev=406110&view=rev
Log:
Move comment that got detached from it's code to the right file.
Modified:
tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h
Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
URL:
http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c?rev=406110&r1=406109&r2=406110&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Sat May 13 07:11:04
2006
@@ -38,9 +38,6 @@
* The load balancing code in this
*/
-/*
- * Time to wait before retry...
- */
#define JK_WORKER_IN_ERROR(w) ((w)->in_error_state && !(w)->is_busy)
#define JK_WORKER_USABLE(w) (!(w)->in_error_state && !(w)->is_stopped &&
!(w)->is_disabled && !(w)->is_busy)
Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h
URL:
http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h?rev=406110&r1=406109&r2=406110&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h Sat May 13 07:11:04
2006
@@ -48,6 +48,9 @@
#define JK_LB_LM_DEFAULT ("Optimistic")
#define JK_LB_LM_PESSIMISTIC ("Pessimistic")
+/*
+ * Time to wait before retry...
+ */
#define WAIT_BEFORE_RECOVER (60)
static const char *lb_method_type[] = {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]