From 25399e4c9cea290e0bb061b0208cb4e9e5e17642 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sun, 2 Jun 2019 15:28:55 +0200 Subject: src: do not use pointer for loop in node_watchdog PR-URL: https://github.com/nodejs/node/pull/28020 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Ben Noordhuis Reviewed-By: James M Snell Reviewed-By: Rich Trott --- src/node_watchdog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_watchdog.h') diff --git a/src/node_watchdog.h b/src/node_watchdog.h index 36c2df1109..d26f022d84 100644 --- a/src/node_watchdog.h +++ b/src/node_watchdog.h @@ -49,7 +49,7 @@ class Watchdog { v8::Isolate* isolate_; uv_thread_t thread_; - uv_loop_t* loop_; + uv_loop_t loop_; uv_async_t async_; uv_timer_t timer_; bool* timed_out_; -- cgit v1.2.3