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:
authorBen Noordhuis <info@bnoordhuis.nl>2012-04-28 20:45:10 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-05-15 23:00:27 +0400
commit5f0406534ca4a465d11892a747a38c0e5c884cf2 (patch)
treed77de6abca80b95d2729ecdb9d72e0f5b5370780 /node.gyp
parent636add246ca78be5c374cfd951c76de7f1010fb9 (diff)
process: add _getActiveHandles(), _getActiveRequests()
* process._getActiveHandles() returns a list containing all active handles (timers, sockets, etc.) that have not been unref'd. * process._getActiveRequests() returns a list of active requests (in-flight actions like connecting to a remote host, writing data to a socket, etc.).
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index edcea981434..824b61e49fa 100644
--- a/node.gyp
+++ b/node.gyp
@@ -107,6 +107,7 @@
'src/node_script.h',
'src/node_string.h',
'src/node_version.h',
+ 'src/ngx-queue.h',
'src/pipe_wrap.h',
'src/req_wrap.h',
'src/slab_allocator.h',