0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

looks like w_ptr is here to stay.

This commit is contained in:
Mathias Stearn 2010-12-28 12:46:22 -05:00
parent 497a862491
commit 1dd733af1a

View File

@ -64,7 +64,8 @@ namespace mongo {
return (out << "p: " << wi.p << " end: " << wi.end() << " len: " << wi.len);
}
/*temp*/ mutable void *w_ptr; // p is mapped from private to equivalent location in the writable mmap
mutable void *w_ptr; // writable mapping of p.
// mutable because set::iterator is const but this isn't used in op<
#if defined(_EXPERIMENTAL)
mutable unsigned ofsInJournalBuffer;
#endif