Rename to PathRequest, begin include dependency analysis in ripple_client

This commit is contained in:
Vinnie Falco
2013-06-10 16:52:19 -07:00
parent e2c92ee8a4
commit c23b088755
14 changed files with 141 additions and 108 deletions

View File

@@ -726,12 +726,13 @@ void LedgerMaster::updatePaths()
mPathFindNewRequest = false;
}
PFRequest::updateAll(lastLedger, newOnly);
// VFALCO TODO Fix this global variable
PathRequest::updateAll (lastLedger, newOnly);
} while(1);
}
void LedgerMaster::newPFRequest()
void LedgerMaster::newPathRequest()
{
boost::recursive_mutex::scoped_lock ml(mLock);
mPathFindNewRequest = true;