* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: timer.h,v 1.28.12.4 2004/03/08 09:04:53 marka Exp $ */
+/* $Id: timer.h,v 1.28.12.5 2005/10/26 06:52:52 marka Exp $ */
#ifndef ISC_TIMER_H
#define ISC_TIMER_H 1
* timer event callbacks will run after the call.
*/
-isc_result_t
+isc_timertype_t
isc_timer_gettype(isc_timer_t *timer);
+/*%<
+ * Return the timer type.
+ *
+ * Requires:
+ *
+ *\li 'timer' to be a valid timer.
+ */
isc_result_t
isc_timermgr_create(isc_mem_t *mctx, isc_timermgr_t **managerp);
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: timer.c,v 1.64.12.9 2004/03/08 09:04:50 marka Exp $ */
+/* $Id: timer.c,v 1.64.12.10 2005/10/26 06:52:52 marka Exp $ */
#include <config.h>
return (result);
}
-isc_result_t
+isc_timertype_t
isc_timer_gettype(isc_timer_t *timer) {
isc_timertype_t t;