예제 #1
0
파일: dur.cpp 프로젝트: meganyao/mongo
 bool DurableImpl::awaitCommit() { 
     commitJob.awaitNextCommit();
     return true;
 }