mturk       2002/06/29 00:45:15

  Modified:    jk/native2/include jk_worker.h
  Log:
  Added initalized variable to the worker
  
  Revision  Changes    Path
  1.25      +6 -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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- jk_worker.h       31 May 2002 17:49:07 -0000      1.24
  +++ jk_worker.h       29 Jun 2002 07:45:15 -0000      1.25
  @@ -198,6 +198,11 @@
        */
       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