mturk 2005/02/14 09:24:09 Modified: jk/native/common jk_ajp_common.h Log: Add host and port placeholders. Used for logging and jkstatus display. Revision Changes Path 1.29 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.h Index: jk_ajp_common.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- jk_ajp_common.h 6 Feb 2005 13:30:34 -0000 1.28 +++ jk_ajp_common.h 14 Feb 2005 17:24:09 -0000 1.29 @@ -230,7 +230,8 @@ struct sockaddr_in worker_inet_addr; /* Contains host and port */ unsigned connect_retry_attempts; const char *name; - + const char *host; + int port; /* * Open connections cache... * @@ -307,7 +308,6 @@ /* time of the last request handled by this endpoint */ time_t last_access; - }; /*
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]