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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_watchdog.h b/src/node_watchdog.h
index dd97e4e735..2d55d782d0 100644
--- a/src/node_watchdog.h
+++ b/src/node_watchdog.h
@@ -91,6 +91,7 @@ class SigintWatchdogHelper {
static void* RunSigintWatchdog(void* arg);
static void HandleSignal(int signum);
#else
+ bool watchdog_disabled_;
static BOOL WINAPI WinCtrlCHandlerRoutine(DWORD dwCtrlType);
#endif
};