Latency targets.

This commit is contained in:
JoelKatz
2012-12-03 04:40:26 -08:00
parent c8159e70eb
commit d046730223
5 changed files with 45 additions and 7 deletions

View File

@@ -167,6 +167,7 @@ Transaction::pointer NetworkOPs::submitTransactionSync(const Transaction::pointe
Transaction::pointer NetworkOPs::processTransaction(Transaction::pointer trans, stCallback callback)
{
LoadEvent::autoptr ev = theApp->getJobQueue().getLoadEventAP(jtTXN_PROC);
int newFlags = theApp->getSuppression().getFlags(trans->getID());
if ((newFlags & SF_BAD) != 0)