commented purging of timer events on timer destruction

This commit is contained in:
Andreas Gustafsson 1999-12-01 03:12:22 +00:00
parent 3115cd89bc
commit 97ad774ae2

View file

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