summaryrefslogtreecommitdiff
path: root/deps/uv/test/benchmark-pump.c
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-06-22 14:06:26 +0200
committerRyan Dahl <ry@tinyclouds.org>2011-06-28 13:37:03 +0200
commitf657d58fe1b47c67dabcd19fab31907e5f4eb784 (patch)
treee618ffc992288363982fcf61314467bb10769192 /deps/uv/test/benchmark-pump.c
parent6c121edc6008ad502317b7a3c12e8a78b92217c7 (diff)
downloadandroid-node-v8-f657d58fe1b47c67dabcd19fab31907e5f4eb784.tar.gz
android-node-v8-f657d58fe1b47c67dabcd19fab31907e5f4eb784.tar.bz2
android-node-v8-f657d58fe1b47c67dabcd19fab31907e5f4eb784.zip
Upgrade libuv to f9b9bb44bd6e2b74729b5d1ff481adf4213e9a0b
Diffstat (limited to 'deps/uv/test/benchmark-pump.c')
-rw-r--r--deps/uv/test/benchmark-pump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/test/benchmark-pump.c b/deps/uv/test/benchmark-pump.c
index 8a8f52a79d..6a8a8f03be 100644
--- a/deps/uv/test/benchmark-pump.c
+++ b/deps/uv/test/benchmark-pump.c
@@ -79,7 +79,7 @@ static double gbit(int64_t bytes, int64_t passed_ms) {
}
-static void show_stats(uv_handle_t *handle, int status) {
+static void show_stats(uv_timer_t* handle, int status) {
int64_t diff;
#if PRINT_STATS