make shutdownComplete volatile, just in case.
This commit is contained in:
parent
699ee1896f
commit
f533235070
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user