costin      02/04/15 16:46:01

  Modified:    jk/native2/include jk_worker.h
  Log:
  Fix from Eugene Gluzberg <drag0n2 at yahoo.com> - when all workers are down
  we'll ignore the timeout and retry.
  
  Revision  Changes    Path
  1.15      +2 -1      jakarta-tomcat-connectors/jk/native2/include/jk_worker.h
  
  Index: jk_worker.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_worker.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- jk_worker.h       12 Apr 2002 00:23:42 -0000      1.14
  +++ jk_worker.h       15 Apr 2002 23:46:01 -0000      1.15
  @@ -58,7 +58,7 @@
   /***************************************************************************
    * Description: Workers controller header file                             *
    * Author:      Gal Shachor <[EMAIL PROTECTED]>                           * 
  - * Version:     $Revision: 1.14 $                                           *
  + * Version:     $Revision: 1.15 $                                           *
    ***************************************************************************/
   
   #ifndef JK_WORKER_H
  @@ -173,6 +173,7 @@
       double  lb_value;
       int     in_error_state;
       int     in_recovering;
  +    int     retry_count;
       time_t  error_time;
       /** Last exception recorded on this worker, the reason for
        *  which this worker is in error state and can't perform.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to