summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-04-28 18:45:10 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-05-15 21:00:27 +0200
commit5f0406534ca4a465d11892a747a38c0e5c884cf2 (patch)
treed77de6abca80b95d2729ecdb9d72e0f5b5370780 /node.gyp
parent636add246ca78be5c374cfd951c76de7f1010fb9 (diff)
downloadnode-5f0406534ca4a465d11892a747a38c0e5c884cf2.tar.gz
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 edcea9814..824b61e49 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',