mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
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:
@@ -45,8 +45,7 @@ isc_result_t
|
|||||||
isc_ratelimiter_create(isc_mem_t *mctx, isc_timermgr_t *timermgr,
|
isc_ratelimiter_create(isc_mem_t *mctx, isc_timermgr_t *timermgr,
|
||||||
isc_task_t *task, isc_ratelimiter_t **ratelimiterp);
|
isc_task_t *task, isc_ratelimiter_t **ratelimiterp);
|
||||||
/*
|
/*
|
||||||
* Create a rate limiter. It will execute events in the context
|
* Create a rate limiter. The execution interval is initially undefined.
|
||||||
* of 'task'. The execution interval is initially undefined.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
|
Reference in New Issue
Block a user