summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/legacy_reply.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/rpc/legacy_reply.h')
-rw-r--r--src/mongo/rpc/legacy_reply.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/rpc/legacy_reply.h b/src/mongo/rpc/legacy_reply.h
index 86258c2642b..9e6fb8b0b79 100644
--- a/src/mongo/rpc/legacy_reply.h
+++ b/src/mongo/rpc/legacy_reply.h
@@ -80,9 +80,10 @@ public:
private:
const Message* _message;
- // TODO: SERVER-18236
- BSONObj _metadata{};
BSONObj _commandReply{}; // will hold unowned
+ BSONObj _metadata{};
+ BufBuilder _docBuffer{};
+ DocumentRange _outputDocs{};
};
} // namespace rpc