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 2005/02/12 18:06:34 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_service.h

mturk       2005/02/12 09:06:34

  Modified:    jk/native/common jk_service.h
  Log:
  Add update worker method when for dynamic update of worker
  properties, either by reloading workers.properties file or via jk_status.
  
  Revision  Changes    Path
  1.24      +8 -1      jakarta-tomcat-connectors/jk/native/common/jk_service.h
  
  Index: jk_service.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_service.h,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- jk_service.h	12 Feb 2005 11:55:33 -0000	1.23
  +++ jk_service.h	12 Feb 2005 17:06:34 -0000	1.24
  @@ -374,6 +374,13 @@
                                   jk_worker_env_t *we, jk_logger_t *l);
   
       /*
  +     * Update worker either from jk_status or reloading from workers.properties
  +     */
  +    int (JK_METHOD * update) (jk_worker_t *w,
  +                              jk_map_t *props,
  +                              jk_worker_env_t *we, jk_logger_t *l);
  +
  +    /*
        * Do whatever initialization needs to be done to start this worker up.
        * Configuration options are passed in via the props parameter.  
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org