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 12:33:01 UTC

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

mturk       2005/02/12 03:33:00

  Modified:    jk/native/common jk_global.h
  Log:
  Add shm file tag constant.
  
  Revision  Changes    Path
  1.40      +2 -1      jakarta-tomcat-connectors/jk/native/common/jk_global.h
  
  Index: jk_global.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_global.h,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- jk_global.h	11 Nov 2004 17:01:50 -0000	1.39
  +++ jk_global.h	12 Feb 2005 11:33:00 -0000	1.40
  @@ -101,6 +101,7 @@
   #define JK_MOUNT_FILE_TAG       ("worker_mount_file")
   #define JK_LOG_LEVEL_TAG        ("log_level")
   #define JK_LOG_FILE_TAG         ("log_file")
  +#define JK_SHM_FILE_TAG         ("shm_file")
   #define JK_WORKER_NAME_TAG      ("worker")
   
   #define JK_WORKER_FILE_DEF  ("workers.properties")
  
  
  

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