summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/logical_session_cache.h')
-rw-r--r--src/mongo/db/logical_session_cache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/logical_session_cache.h b/src/mongo/db/logical_session_cache.h
index 8e7ba166874..3a1ce97ef39 100644
--- a/src/mongo/db/logical_session_cache.h
+++ b/src/mongo/db/logical_session_cache.h
@@ -97,6 +97,11 @@ public:
virtual Status refreshNow(Client* client) = 0;
/**
+ * Reaps transaction records synchronously.
+ */
+ virtual Status reapNow(Client* client) = 0;
+
+ /**
* Returns the current time.
*/
virtual Date_t now() = 0;