You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2002/06/29 20:34:36 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_bean.h

mturk       2002/06/29 11:34:36

  Modified:    jk/native2/include jk_bean.h
  Log:
  Add the initialize flag/timeout.
  
  Revision  Changes    Path
  1.7       +5 -0      jakarta-tomcat-connectors/jk/native2/include/jk_bean.h
  
  Index: jk_bean.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_bean.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jk_bean.h	30 May 2002 18:03:59 -0000	1.6
  +++ jk_bean.h	29 Jun 2002 18:34:36 -0000	1.7
  @@ -155,6 +155,11 @@
        */
       int disabled;
   
  +    /* Initialize. Will be set to 0 after first service 
  +     * call to the worker.
  +     */
  +    int initialize;
  +
       /** Object 'version'. Used to detect changes in config.
        *  XXX will be set to the timestamp of the last config modification.
        */
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>