summaryrefslogtreecommitdiff
path: root/src/node_watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_watchdog.h')
-rw-r--r--src/node_watchdog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_watchdog.h b/src/node_watchdog.h
index 87adf197de..e1105d1204 100644
--- a/src/node_watchdog.h
+++ b/src/node_watchdog.h
@@ -38,8 +38,8 @@ class Watchdog {
void Destroy();
static void Run(void* arg);
- static void Async(uv_async_t* async, int status);
- static void Timer(uv_timer_t* timer, int status);
+ static void Async(uv_async_t* async);
+ static void Timer(uv_timer_t* timer);
uv_thread_t thread_;
uv_loop_t* loop_;