mturk       2002/06/29 11:33:06

  Modified:    jk/native2/include jk_worker.h
  Log:
  Remove the initalize flag from the worker.
  
  Revision  Changes    Path
  1.26      +2 -7      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.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- jk_worker.h       29 Jun 2002 07:45:15 -0000      1.25
  +++ jk_worker.h       29 Jun 2002 18:33:06 -0000      1.26
  @@ -197,12 +197,7 @@
        *  or when the configuration changes.
        */
       int in_error_state;
  -    
  -    /* Initialized. Will be set to JK_TRUE after first service 
  -     * call to the worker 
  -     */
  -    int initialized;
  -    
  +        
       /* Worker priority.
        * Workers with lower priority are allways preffered - regardless of lb_value
        * This is user to represent 'local' workers ( we can call it 'proximity' or 
'distance' )
  
  
  

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

Reply via email to