This commit is contained in:
Bert Belder 2011-09-25 04:05:24 +02:00
parent d31a57dc78
commit 985f1a1b2d

View File

@ -117,6 +117,7 @@ RB_HEAD(uv_timer_tree_s, uv_timer_s);
HANDLE pipeHandle; \
struct uv_pipe_accept_s* next_pending; \
} uv_pipe_accept_t; \
\
typedef struct uv_tcp_accept_s { \
UV_REQ_FIELDS \
SOCKET accept_socket; \