コード例 #1
0
ファイル: dur.cpp プロジェクト: meganyao/mongo
 bool DurableImpl::awaitCommit() { 
     commitJob.awaitNextCommit();
     return true;
 }