summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/durable_catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/durable_catalog.h')
-rw-r--r--src/mongo/db/storage/durable_catalog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/storage/durable_catalog.h b/src/mongo/db/storage/durable_catalog.h
index 2d9aecb32ee..b782b144f0b 100644
--- a/src/mongo/db/storage/durable_catalog.h
+++ b/src/mongo/db/storage/durable_catalog.h
@@ -128,6 +128,11 @@ public:
virtual std::string newInternalIdent() = 0;
/**
+ * Generate an internal resumable index build ident name.
+ */
+ virtual std::string newInternalResumableIndexBuildIdent() = 0;
+
+ /**
* On success, returns the RecordId which identifies the new record store in the durable catalog
* in addition to ownership of the new RecordStore.
*/