summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_rs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/sessions_collection_rs.h')
-rw-r--r--src/mongo/db/sessions_collection_rs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/sessions_collection_rs.h b/src/mongo/db/sessions_collection_rs.h
index 799f4564291..a273dd88955 100644
--- a/src/mongo/db/sessions_collection_rs.h
+++ b/src/mongo/db/sessions_collection_rs.h
@@ -65,6 +65,9 @@ public:
* Removes the authoritative records for the specified sessions.
*/
Status removeRecords(OperationContext* opCtx, const LogicalSessionIdSet& sessions) override;
+
+ StatusWith<LogicalSessionIdSet> findRemovedSessions(
+ OperationContext* opCtx, const LogicalSessionIdSet& sessions) override;
};
} // namespace mongo