From f6286f4885eeeb60a807bcfc254cbf1c3ea721ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=81=E7=AE=80=E7=BE=8E?= Date: Sat, 1 Jun 2019 10:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab3dfab..4d5663a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ TIMER_DEINIT(name); 3. **添加和删除定时任务**: ``` -TIMER_ADD(name, itimespec, repeat, cb, data); +TIMER_ADD(name, itimespec, repeat, cb, data, rb); TIMER_DEL(name, timerfd); ```