summaryrefslogtreecommitdiff
path: root/src/mongo/db/structure/record_store_v1_capped.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-04-21 17:33:59 -0400
committerEliot Horowitz <eliot@10gen.com>2014-04-21 23:43:24 -0400
commitfe4113f77ef77a79741ed557be866df0e4a5272b (patch)
tree4904300609a505c738eccb375f25850de6f350e5 /src/mongo/db/structure/record_store_v1_capped.h
parent177d92b10d8447eb09cca8c6bd8eed0d9f04bc54 (diff)
downloadmongo-fe4113f77ef77a79741ed557be866df0e4a5272b.tar.gz
SERVER-13638: add hidden interface for NamespaceDetails in RecordStoreV1
Diffstat (limited to 'src/mongo/db/structure/record_store_v1_capped.h')
-rw-r--r--src/mongo/db/structure/record_store_v1_capped.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/structure/record_store_v1_capped.h b/src/mongo/db/structure/record_store_v1_capped.h
index d8a0252817a..52610ba97b0 100644
--- a/src/mongo/db/structure/record_store_v1_capped.h
+++ b/src/mongo/db/structure/record_store_v1_capped.h
@@ -43,7 +43,7 @@ namespace mongo {
public:
CappedRecordStoreV1( Collection* collection,
const StringData& ns,
- NamespaceDetails* details,
+ RecordStoreV1MetaData* details,
ExtentManager* em,
bool isSystemIndexes );