summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl/detail/stream_core.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/net/ssl/detail/stream_core.hpp')
-rw-r--r--src/mongo/util/net/ssl/detail/stream_core.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/util/net/ssl/detail/stream_core.hpp b/src/mongo/util/net/ssl/detail/stream_core.hpp
index 6513043f348..98bb9f7ddab 100644
--- a/src/mongo/util/net/ssl/detail/stream_core.hpp
+++ b/src/mongo/util/net/ssl/detail/stream_core.hpp
@@ -125,6 +125,9 @@ struct stream_core {
// The buffer pointing to the engine's unconsumed input.
asio::const_buffer input_;
+
+ // The buffer pointing to the engine's unconsumed output.
+ asio::mutable_buffer output_;
};
} // namespace detail