mturk 2005/02/13 23:57:18 Modified: jk/native/common jk_service.h Log: Change num_of workers to unsigned, to match the api. Revision Changes Path 1.26 +2 -2 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.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- jk_service.h 13 Feb 2005 12:19:22 -0000 1.25 +++ jk_service.h 14 Feb 2005 07:57:18 -0000 1.26 @@ -53,7 +53,7 @@ /* The URI to WORKER map, will be feeded by AJP14 autoconf feature */ jk_uri_worker_map_t *uri_to_worker; - int num_of_workers; + unsigned int num_of_workers; char **worker_list; /* Web-Server we're running on (Apache/IIS/NES) */
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]