summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_source_manager.h
diff options
context:
space:
mode:
authorBlake Oler <blake.oler@mongodb.com>2019-01-22 17:51:11 -0500
committerBlake Oler <blake.oler@mongodb.com>2019-02-05 14:25:37 -0500
commit75d64b2e170abf1d22058e3afffdaf872a4c067c (patch)
tree62945a032b04a10750343a33f5a8c9bed487aeb2 /src/mongo/db/s/migration_source_manager.h
parenta63d20c82d3703b3dfb0afc1afdff1e882a1fa96 (diff)
downloadmongo-75d64b2e170abf1d22058e3afffdaf872a4c067c.tar.gz
SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around DatabaseShardingState usage
Diffstat (limited to 'src/mongo/db/s/migration_source_manager.h')
-rw-r--r--src/mongo/db/s/migration_source_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/migration_source_manager.h b/src/mongo/db/s/migration_source_manager.h
index b2c8546b265..cb6c0d7e7ea 100644
--- a/src/mongo/db/s/migration_source_manager.h
+++ b/src/mongo/db/s/migration_source_manager.h
@@ -77,7 +77,7 @@ public:
* a CollectionShardingRuntime that has its ResourceMutex locked.
*/
static MigrationSourceManager* get(CollectionShardingRuntime* csr,
- CollectionShardingRuntimeLock& csrLock);
+ CollectionShardingRuntime::CSRLock& csrLock);
/**
* Instantiates a new migration source manager with the specified migration parameters. Must be