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:
parent
497a862491
commit
1dd733af1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user