From bac6f7fd14e254448ab64a469c6f26f265e3d01b Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 22 May 2000 19:47:43 +0000 Subject: [PATCH] the comments for isc_ratelimiter_create() said the events are executed in the context of 'task'; this is no longer true --- lib/isc/include/isc/ratelimiter.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/isc/include/isc/ratelimiter.h b/lib/isc/include/isc/ratelimiter.h index b3724aad3f..bdf71e53f1 100644 --- a/lib/isc/include/isc/ratelimiter.h +++ b/lib/isc/include/isc/ratelimiter.h @@ -45,8 +45,7 @@ isc_result_t isc_ratelimiter_create(isc_mem_t *mctx, isc_timermgr_t *timermgr, isc_task_t *task, isc_ratelimiter_t **ratelimiterp); /* - * Create a rate limiter. It will execute events in the context - * of 'task'. The execution interval is initially undefined. + * Create a rate limiter. The execution interval is initially undefined. */ isc_result_t