the comments for isc_ratelimiter_create() said the

events are executed in the context of 'task'; this is no longer true
This commit is contained in:
Andreas Gustafsson
2000-05-22 19:47:43 +00:00
parent 34b26adb24
commit bac6f7fd14

View File

@@ -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