From b684deb4f4d1e939813fc8195be219ab70e67c95 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 25 Nov 2011 16:32:32 +0700 Subject: [PATCH] Note that uv_is_active works on timers. --- include/uv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/uv.h b/include/uv.h index bed0276c8..271051844 100644 --- a/include/uv.h +++ b/include/uv.h @@ -345,8 +345,8 @@ struct uv_handle_s { }; /* - * Returns 1 if the prepare/check/idle handle has been started, 0 otherwise. - * For other handle types this always returns 1. + * Returns 1 if the prepare/check/idle/timer handle has been started, 0 + * otherwise. For other handle types this always returns 1. */ UV_EXTERN int uv_is_active(uv_handle_t* handle);