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-10-05 23:33:05 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-10-07 09:31:57 +0400
commit471c5701c30ae0d8abfb2dbd83bd176cf18cb8e2 (patch)
tree7dc01b1fdf361c1832a481ec85f88127396aec25 /src/pipe_wrap.h
parentf018be3b5f6dad3a92cf41706ad5ed74dc221f6e (diff)
uv_write2 uv_read2_start binding
Diffstat (limited to 'src/pipe_wrap.h')
-rw-r--r--src/pipe_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipe_wrap.h b/src/pipe_wrap.h
index 1ec51c71f63..df18e8f5bdf 100644
--- a/src/pipe_wrap.h
+++ b/src/pipe_wrap.h
@@ -12,7 +12,7 @@ class PipeWrap : StreamWrap {
static void Initialize(v8::Handle<v8::Object> target);
private:
- PipeWrap(v8::Handle<v8::Object> object);
+ PipeWrap(v8::Handle<v8::Object> object, bool ipc);
static v8::Handle<v8::Value> New(const v8::Arguments& args);
static v8::Handle<v8::Value> Bind(const v8::Arguments& args);