summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/resume_token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/resume_token.h')
-rw-r--r--src/mongo/db/pipeline/resume_token.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/resume_token.h b/src/mongo/db/pipeline/resume_token.h
index a157c97fed9..c4e8b5d06fd 100644
--- a/src/mongo/db/pipeline/resume_token.h
+++ b/src/mongo/db/pipeline/resume_token.h
@@ -107,6 +107,9 @@ struct ResumeTokenData {
// The eventIdentifier can be either be a document key for CRUD operations, or a more
// descriptive operation details for non-CRUD operations.
Value eventIdentifier;
+
+ // Index of the current fragment, for oversized events that have been split.
+ boost::optional<size_t> fragmentNum;
};
std::ostream& operator<<(std::ostream& out, const ResumeTokenData& tokenData);