summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/kv/kv_catalog.h')
-rw-r--r--src/mongo/db/storage/kv/kv_catalog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/storage/kv/kv_catalog.h b/src/mongo/db/storage/kv/kv_catalog.h
index efceb500ea1..5735f0764ab 100644
--- a/src/mongo/db/storage/kv/kv_catalog.h
+++ b/src/mongo/db/storage/kv/kv_catalog.h
@@ -99,6 +99,8 @@ public:
return _featureTracker.get();
}
+ std::string getFilesystemPathForDb(const std::string& dbName) const;
+
private:
class AddIdentChange;
class RemoveIdentChange;