Example #1
0
 void logOpInitiate(const BSONObj& obj) {
     _logOpRS("n", "", 0, obj, 0, 0);
 }
Example #2
0
 void logOpInitiate(OperationContext* txn, const BSONObj& obj) {
     _logOpRS(txn, "n", "", 0, obj, 0, 0, false);
 }