Hi Jean-Frederic,

what's the plan with:

> Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c
> URL: 
> http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_util.c?view=diff&rev=511326&r1=511325&r2=511326
> ==============================================================================
> --- tomcat/connectors/trunk/jk/native/common/jk_util.c (original)
> +++ tomcat/connectors/trunk/jk/native/common/jk_util.c Sat Feb 24 11:02:40 
> 2007
> @@ -96,7 +96,9 @@
>  
>  #define DEFAULT_WORKER              JK_AJP13_WORKER_NAME
>  #define WORKER_LIST_PROPERTY_NAME     ("worker.list")
> +#define LIST_PROPERTY_NAME            ("list")
>  #define WORKER_MAINTAIN_PROPERTY_NAME ("worker.maintain")
> +#define MAINTAIN_PROPERTY_NAME        ("maintain")
>  #define DEFAULT_MAINTAIN_TIME       (60)
>  #define DEFAULT_LB_FACTOR           (1)
>  #define DEFAULT_DISTANCE            (0)
> @@ -209,6 +211,70 @@
>      NULL
>  };

I can't see those (list, maintain) used anywhere.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to