summaryrefslogtreecommitdiff
path: root/src/stream_wrap.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-07-19 02:18:10 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-07-19 02:19:27 -0700
commit6050af4fd7c103c52c5081210f84237eac19108c (patch)
tree9ffe94058798de40739e38472e3603a1264a9a92 /src/stream_wrap.h
parent061ce7b0ac370c8a5ae93d95ab7da171cbd488f0 (diff)
downloadandroid-node-v8-6050af4fd7c103c52c5081210f84237eac19108c.tar.gz
android-node-v8-6050af4fd7c103c52c5081210f84237eac19108c.tar.bz2
android-node-v8-6050af4fd7c103c52c5081210f84237eac19108c.zip
net_uv: properly initialize writeQueueSize
Fixes simple/test-tcp-wrap-listen.js
Diffstat (limited to 'src/stream_wrap.h')
-rw-r--r--src/stream_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream_wrap.h b/src/stream_wrap.h
index d1b442fa87..f3e2c462ff 100644
--- a/src/stream_wrap.h
+++ b/src/stream_wrap.h
@@ -21,9 +21,9 @@ class StreamWrap : public HandleWrap {
StreamWrap(v8::Handle<v8::Object> object, uv_stream_t* stream);
virtual ~StreamWrap() { }
void StateChange() { }
+ void UpdateWriteQueueSize();
private:
- void UpdateWriteQueueSize();
static inline char* NewSlab(v8::Handle<v8::Object> global, v8::Handle<v8::Object> wrap_obj);
// Callbacks for libuv