0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
dwight 2011-01-12 10:08:49 -05:00
parent a4c8d5ccaf
commit c08524bf3a

View File

@ -23,6 +23,8 @@
namespace mongo {
namespace dur {
BOOST_STATIC_ASSERT( UncommittedBytesLimit > BSONObjMaxInternalSize * 3 );
void Writes::D::go(const Writes::D& d) {
commitJob.wi()._insertWriteIntent(d.p, d.len);
}