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 4fe4a8c48c..dfce7df44a 100644
--- a/src/stream_base.h
+++ b/src/stream_base.h
@@ -23,6 +23,7 @@ struct StreamWriteResult {
bool async;
int err;
WriteWrap* wrap;
+ size_t bytes;
};