From fcc5527b889ea770484f9146dc9c82c751185703 Mon Sep 17 00:00:00 2001 From: Liu Jicong Date: Wed, 1 Jun 2022 20:03:01 +0800 Subject: [PATCH] fix: add api back --- include/util/ttimer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/util/ttimer.h b/include/util/ttimer.h index d1e57bb3ba..4111a8ca28 100644 --- a/include/util/ttimer.h +++ b/include/util/ttimer.h @@ -37,6 +37,8 @@ tmr_h taosTmrStart(TAOS_TMR_CALLBACK fp, int32_t mseconds, void *param, void *ha bool taosTmrStop(tmr_h tmrId); +bool taosTmrStopA(tmr_h *tmrId); + bool taosTmrReset(TAOS_TMR_CALLBACK fp, int32_t mseconds, void *param, void *handle, tmr_h *pTmrId); #ifdef __cplusplus