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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to