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
1 changed files with 1 additions and 1 deletions

View File

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