summaryrefslogtreecommitdiff
path: root/deps/uv/src/uv-common.h
diff options
context:
space:
mode:
authorFedor Indutny <fedor.indutny@gmail.com>2012-06-19 00:57:29 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2012-06-19 01:03:11 +0400
commit057b80611f977789f6c1334fdf3680c105af364e (patch)
tree25a0e770c9c1d089c10b87184e5eedca92974669 /deps/uv/src/uv-common.h
parent30ab1f567d6dda2f1e6d48bd96a9034406b3c2b1 (diff)
downloadandroid-node-v8-057b80611f977789f6c1334fdf3680c105af364e.tar.gz
android-node-v8-057b80611f977789f6c1334fdf3680c105af364e.tar.bz2
android-node-v8-057b80611f977789f6c1334fdf3680c105af364e.zip
uv: upgrade to 61a6e06e
Diffstat (limited to 'deps/uv/src/uv-common.h')
-rw-r--r--deps/uv/src/uv-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/uv/src/uv-common.h b/deps/uv/src/uv-common.h
index 4c316ec11d..d159727d6c 100644
--- a/deps/uv/src/uv-common.h
+++ b/deps/uv/src/uv-common.h
@@ -86,6 +86,8 @@ int uv__tcp_connect6(uv_connect_t* req,
struct sockaddr_in6 address,
uv_connect_cb cb);
+void uv__fs_poll_close(uv_fs_poll_t* handle);
+
UNUSED static int uv__has_active_reqs(const uv_loop_t* loop) {
return !ngx_queue_empty(&loop->active_reqs);