make shutdownComplete volatile, just in case.

This commit is contained in:
Christopher Jeffrey 2014-09-18 15:08:45 -07:00
parent 699ee1896f
commit f533235070

View File

@ -170,7 +170,7 @@ async_parse_logs_after(uv_work_t *req);
extern "C" void extern "C" void
init(Handle<Object>); init(Handle<Object>);
static bool shutdownComplete = false; static volatile bool shutdownComplete = false;
/** /**
* async_node_data * async_node_data