diff --git a/src/node.cc b/src/node.cc index df89f3da32..7fe90ca187 100644 --- a/src/node.cc +++ b/src/node.cc @@ -145,7 +145,7 @@ static bool need_immediate_cb; static Persistent immediate_callback_sym; // for quick ref to tickCallback values -struct { +static struct { uint32_t length; uint32_t index; uint32_t depth;