UV_TIMER is a handle type now, not a req type

This commit is contained in:
Bert Belder 2011-05-17 02:23:27 +02:00
parent 1676e4abcc
commit a730165312

2
uv.h
View File

@ -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;