summaryrefslogtreecommitdiff
path: root/db/namespace.h
diff options
context:
space:
mode:
authorDwight Merriman <dwight@10gen.com>2010-05-23 15:44:21 -0400
committerDwight Merriman <dwight@10gen.com>2010-05-23 15:44:21 -0400
commitae80fc22479e98bff94af6e84a4440f4a9773d30 (patch)
tree67fe87b64ce185d6d1ced9dffe83e592d4d131ab /db/namespace.h
parent069b24f45a3068e3564efacc13f34aacdc619641 (diff)
downloadmongo-ae80fc22479e98bff94af6e84a4440f4a9773d30.tar.gz
in prog fixing packing
Diffstat (limited to 'db/namespace.h')
-rw-r--r--db/namespace.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/db/namespace.h b/db/namespace.h
index c773e406860..664ec2d166a 100644
--- a/db/namespace.h
+++ b/db/namespace.h
@@ -178,6 +178,14 @@ namespace mongo {
enum { NIndexesExtra = 30,
NIndexesBase = 10
};
+ public:
+ struct ExtraOld {
+ // note we could use this field for more chaining later, so don't waste it:
+ unsigned long long reserved1;
+ IndexDetails details[NIndexesExtra];
+ unsigned reserved2;
+ unsigned reserved3;
+ };
class Extra {
long _next;
unsigned long reserved4;