Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-12-07 05:06:36 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-12-07 13:14:54 +0400
commite0a207c27a5e366b89133df3b60394e6cac7876b (patch)
tree6ceb6b91d2c895548b4bbeb73d55c8f0ca4a60c9 /node.gyp
parentebe0fb697a1bd650e6dad4fe24028c01a4683778 (diff)
Begin moving static vars into struct for isolates.
Only node.cc, stream_wrap.cc, and tcp_wrap.cc have been done. The rest still need work.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 89f5ea75a6d..60f36174572 100644
--- a/node.gyp
+++ b/node.gyp
@@ -72,6 +72,7 @@
'src/cares_wrap.cc',
'src/handle_wrap.cc',
'src/node.cc',
+ 'src/node_vars.cc',
'src/node_buffer.cc',
'src/node_constants.cc',
'src/node_extensions.cc',
@@ -94,6 +95,7 @@
# headers to make for a more pleasant IDE experience
'src/handle_wrap.h',
'src/node.h',
+ 'src/node_vars.h',
'src/node_buffer.h',
'src/node_constants.h',
'src/node_crypto.h',