summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_source.h
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2017-09-27 23:34:00 -0400
committerRandolph Tan <randolph@10gen.com>2017-09-27 23:34:00 -0400
commitaaa0c96532ba6a8ea9146e4298c6bf1cc6b27f9e (patch)
treefcdf67ad36b0b9392e1218a5defc31ea8bdd45e4 /src/mongo/db/s/session_catalog_migration_source.h
parenteeee1e2b64f70e8487f017ba579f3ca861c81e4f (diff)
downloadmongo-aaa0c96532ba6a8ea9146e4298c6bf1cc6b27f9e.tar.gz
Revert "Revert "SERVER-30894 Implement command for transferring session information during migration""
This reverts commit 522f7f7d36a4a71059dd2d5219c2a0f074dfd0a1.
Diffstat (limited to 'src/mongo/db/s/session_catalog_migration_source.h')
-rw-r--r--src/mongo/db/s/session_catalog_migration_source.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/s/session_catalog_migration_source.h b/src/mongo/db/s/session_catalog_migration_source.h
index 42a3e71e372..5e44531d31c 100644
--- a/src/mongo/db/s/session_catalog_migration_source.h
+++ b/src/mongo/db/s/session_catalog_migration_source.h
@@ -68,6 +68,7 @@ public:
/**
* Returns the oplog document that was last fetched by the fetchNextOplog call.
+ * Returns an empty object if there are no oplog to fetch.
*/
BSONObj getLastFetchedOplog();