On 07/29/2006 03:01 AM, Jean-frederic Clere wrote: > Ruediger Pluem wrote: > >> On 28.07.2006 18:34, [EMAIL PROTECTED] wrote: >> >> >>> Author: jfclere >>> Date: Fri Jul 28 09:33:58 2006 >>> New Revision: 426604 >>> >>> URL: http://svn.apache.org/viewvc?rev=426604&view=rev >>> Log: >>> First try to put togother an external health checker for mod_proxy. >> >>> +} >>> +/* copy the worker information in the shared area so the >>> health-checker can extract the part it need */ >>> +static apr_status_t add_entry(proxy_worker *worker, char >>> *balancer_name, int id) >>> >> >> >> What is the purpose of the id parameter. I do not see that it is used. >> >> > The id of the slot where the worker has to be stored.
But it is not used in this implementation. Instead you use worker->id here. Should it be used by other implementations where worker->id cannot / shouldn't be used? Regards RĂ¼diger