From 7a16417a8d925f38a56c8e4ded8597508552ffd5 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Tue, 16 Nov 2010 14:44:31 -0500 Subject: comments --- db/namespace.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/namespace.h b/db/namespace.h index 0c8e086bccd..db4bb38209c 100644 --- a/db/namespace.h +++ b/db/namespace.h @@ -128,7 +128,8 @@ namespace mongo { DiskLoc deletedList[Buckets]; // ofs 168 (8 byte aligned) struct Stats { - long long datasize; //datasize and nrecords MUST Be adjacent code assumes! + // datasize and nrecords MUST Be adjacent code assumes! + long long datasize; // this includes padding, but not record headers long long nrecords; } stats; int lastExtentSize; -- cgit v1.2.1