mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
commented purging of timer events on timer destruction
This commit is contained in:
parent
3115cd89bc
commit
97ad774ae2
1 changed files with 5 additions and 0 deletions
|
|
@ -266,6 +266,11 @@ isc_timer_detach(isc_timer_t **timerp);
|
|||
* The timer will detach from its task
|
||||
*
|
||||
* All resources used by the timer have been freed
|
||||
*
|
||||
* Any events already posted by the timer will be purged.
|
||||
* Therefore, if isc_timer_detach() is called in the context
|
||||
* of the timer's task, it is guaranteed that no more
|
||||
* timer event callbacks will run after the call.
|
||||
*/
|
||||
|
||||
isc_result_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue