Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Windows build, uv_eio_channel is Unix only.
  • Loading branch information
bnoordhuis committed Dec 28, 2011
1 parent d6a06b8 commit 85f6b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions include/uv-private/uv-unix.h
Expand Up @@ -63,6 +63,8 @@ typedef void* uv_lib_t;
* definition of ares_timeout(). \
*/ \
ev_timer timer; \
/* Poll result queue */ \
eio_channel uv_eio_channel; \
struct ev_loop* ev;

#define UV_REQ_BUFSML_SIZE (4)
Expand Down
2 changes: 0 additions & 2 deletions include/uv.h
Expand Up @@ -1400,8 +1400,6 @@ struct uv_loop_s {
uv_async_t uv_eio_want_poll_notifier;
uv_async_t uv_eio_done_poll_notifier;
uv_idle_t uv_eio_poller;
/* Poll result queue */
eio_channel uv_eio_channel;
/* Diagnostic counters */
uv_counters_t counters;
/* The last error */
Expand Down

0 comments on commit 85f6b79

Please sign in to comment.