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:
authorFedor Indutny <fedor.indutny@gmail.com>2012-05-16 20:04:24 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2012-06-01 20:52:13 +0400
commitaf98fc9d5f20a8c5dc0db95121f18355337762f1 (patch)
tree26348c986cec965b3f6c34edcd1d9a743aa4c106 /src/tcp_wrap.h
parent30a0e58d63a8fb48ee47472a52450539e0656df9 (diff)
child_process: new stdio API for .spawn() method
Diffstat (limited to 'src/tcp_wrap.h')
-rw-r--r--src/tcp_wrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tcp_wrap.h b/src/tcp_wrap.h
index 26e061f4830..9b8cd291407 100644
--- a/src/tcp_wrap.h
+++ b/src/tcp_wrap.h
@@ -31,6 +31,8 @@ class TCPWrap : public StreamWrap {
static TCPWrap* Unwrap(v8::Local<v8::Object> obj);
static void Initialize(v8::Handle<v8::Object> target);
+ uv_tcp_t* UVHandle();
+
private:
TCPWrap(v8::Handle<v8::Object> object);
~TCPWrap();