summaryrefslogtreecommitdiff
path: root/src/stream_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream_base.h')
-rw-r--r--src/stream_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream_base.h b/src/stream_base.h
index d063176b04..071627f3bf 100644
--- a/src/stream_base.h
+++ b/src/stream_base.h
@@ -162,6 +162,7 @@ class StreamResource {
uv_buf_t* bufs,
size_t count,
uv_stream_t* send_handle) = 0;
+ virtual bool HasWriteQueue();
virtual const char* Error() const;
virtual void ClearError();