Skip to content

Commit

Permalink
comment capExtent
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Oct 24, 2012
1 parent 17912f4 commit e4ca2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo/db/namespace_details.h
Expand Up @@ -87,7 +87,7 @@ namespace mongo {
// ofs 386 (16)
int _systemFlags; // things that the system sets/cares about
public:
DiskLoc capExtent;
DiskLoc capExtent; // the "current" extent we're writing too for a capped collection
DiskLoc capFirstNewRecord;
unsigned short dataFileVersion; // NamespaceDetails version. So we can do backward compatibility in the future. See filever.h
unsigned short indexFileVersion;
Expand Down

0 comments on commit e4ca2f5

Please sign in to comment.