mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +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:
parent
34b26adb24
commit
bac6f7fd14
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user