summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/rename_collection_coordinator.h
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2021-04-28 18:04:24 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-28 18:30:32 +0000
commitfa47fcd4c4aeb16c644918886ed0337a88ad6007 (patch)
treea5727bc0ded966944159e45ea68954a02654e988 /src/mongo/db/s/rename_collection_coordinator.h
parent75a84d831d04c13ee6d0578f2b22b01e234c9737 (diff)
downloadmongo-fa47fcd4c4aeb16c644918886ed0337a88ad6007.tar.gz
SERVER-55151 Implement rename participant primary only service
Diffstat (limited to 'src/mongo/db/s/rename_collection_coordinator.h')
-rw-r--r--src/mongo/db/s/rename_collection_coordinator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/rename_collection_coordinator.h b/src/mongo/db/s/rename_collection_coordinator.h
index ca1ef068f07..e753b946693 100644
--- a/src/mongo/db/s/rename_collection_coordinator.h
+++ b/src/mongo/db/s/rename_collection_coordinator.h
@@ -29,7 +29,7 @@
#pragma once
-#include "mongo/db/s/rename_collection_coordinator_document_gen.h"
+#include "mongo/db/s/sharded_rename_collection_gen.h"
#include "mongo/db/s/sharding_ddl_coordinator.h"
#include "mongo/s/request_types/sharded_ddl_commands_gen.h"