You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2008/01/14 00:20:12 UTC

svn commit: r611673 - /tomcat/connectors/trunk/jk/native/common/jk_shm.h

Author: rjung
Date: Sun Jan 13 15:20:09 2008
New Revision: 611673

URL: http://svn.apache.org/viewvc?rev=611673&view=rev
Log:
Add ajp config elements to new ajp shm member
to prepare manageability via status worker.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_shm.h

Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.h
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_shm.h?rev=611673&r1=611672&r2=611673&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_shm.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_shm.h Sun Jan 13 15:20:09 2008
@@ -79,6 +79,14 @@
 {
     jk_shm_worker_header_t h;
 
+    /* Configuration data mirrored from ajp_worker */
+    int cache_timeout;
+    int connect_timeout;
+    int reply_timeout;
+    int prepost_timeout;
+    unsigned int recovery_opts;
+    int retries;
+    unsigned int max_packet_size;
     /* current error state (runtime) of the worker */
     volatile int state;
     /* Statistical data */



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