From a730165312317b8659c51ec3eff5c22582092bc1 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 17 May 2011 02:23:27 +0200 Subject: [PATCH] UV_TIMER is a handle type now, not a req type --- uv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.h b/uv.h index 1d7f1443..bb234b54 100644 --- a/uv.h +++ b/uv.h @@ -108,6 +108,7 @@ typedef enum { UV_NAMED_PIPE, UV_TTY, UV_FILE, + UV_TIMER, UV_PREPARE, UV_CHECK, UV_IDLE, @@ -122,7 +123,6 @@ typedef enum { UV_READ, UV_WRITE, UV_SHUTDOWN, - UV_TIMEOUT, UV_WAKEUP } uv_req_type;