]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add isc_timer_running() function to check status of timer
authorOndřej Surý <ondrej@isc.org>
Mon, 17 Feb 2025 13:58:28 +0000 (14:58 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 21 Feb 2025 21:05:43 +0000 (22:05 +0100)
commitb9e3cd5d2a75f962a1e88cbe676cf875a796543d
tree197ab412b73efa00d47e8c98f2dbc1b4b1302494
parente127ba004143df4f5a667043f0949d1c9de98f4f
Add isc_timer_running() function to check status of timer

In the next commit, we need to know whether the timer has been started
or stopped.  Add isc_timer_running() function that returns true if the
timer has been started.
lib/isc/include/isc/timer.h
lib/isc/timer.c