summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_chunk_cloner_source.h
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2021-11-01 11:49:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-01 12:13:26 +0000
commit30a0b6165d7060831dc9741dbb5047c607dd622a (patch)
tree580e1f207615e9621b0bba60f828ca4ce3ebf809 /src/mongo/db/s/migration_chunk_cloner_source.h
parent02751b472c71026b601c1c7a5aeceacc135f0667 (diff)
downloadmongo-30a0b6165d7060831dc9741dbb5047c607dd622a.tar.gz
SERVER-60834 new migration protocol setFCV requirements
Diffstat (limited to 'src/mongo/db/s/migration_chunk_cloner_source.h')
-rw-r--r--src/mongo/db/s/migration_chunk_cloner_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/migration_chunk_cloner_source.h b/src/mongo/db/s/migration_chunk_cloner_source.h
index 00e17e8fe3a..a911c1c5efe 100644
--- a/src/mongo/db/s/migration_chunk_cloner_source.h
+++ b/src/mongo/db/s/migration_chunk_cloner_source.h
@@ -105,7 +105,7 @@ public:
*
* NOTE: Must be called without any locks.
*/
- virtual StatusWith<BSONObj> commitClone(OperationContext* opCtx) = 0;
+ virtual StatusWith<BSONObj> commitClone(OperationContext* opCtx, bool acquireCSOnRecipient) = 0;
/**
* Tells the recipient to abort the clone and cleanup any unused data. This method's