From d7087df4da8c1824f30f567b95a9633209690485 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 18 Jun 2016 01:39:05 +0200 Subject: src: use RAII for mutexes and condition variables We will be introducing many more critical sections in the upcoming multi-isolate changes, so let's make manual synchronization a thing of the past. PR-URL: https://github.com/nodejs/node/pull/7334 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Trevor Norris --- node.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'node.gyp') diff --git a/node.gyp b/node.gyp index 0656691c24..c3f591351d 100644 --- a/node.gyp +++ b/node.gyp @@ -175,6 +175,7 @@ 'src/node_http_parser.h', 'src/node_internals.h', 'src/node_javascript.h', + 'src/node_mutex.h', 'src/node_root_certs.h', 'src/node_version.h', 'src/node_watchdog.h', -- cgit v1.2.3