From: bdemsky Date: Wed, 12 Sep 2007 09:20:24 +0000 (+0000) Subject: commented out another delay X-Git-Tag: preEdgeChange~452 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c47e3b2240daeacf877647fc0b91742e975b5d48;p=IRC.git commented out another delay --- diff --git a/Robust/src/Runtime/DSTM/interface/dstmserver.c b/Robust/src/Runtime/DSTM/interface/dstmserver.c index dff96e32..5b99b3a6 100644 --- a/Robust/src/Runtime/DSTM/interface/dstmserver.c +++ b/Robust/src/Runtime/DSTM/interface/dstmserver.c @@ -426,7 +426,7 @@ char handleTransReq(fixed_data_t *fixed, trans_commit_data_t *transinfo, unsigne /*TESTING Add random wait to make transactions run for a long time such that * we can test for soft abort case */ - randomdelay(); + //randomdelay(); /* Save all object oids that are locked on this machine during this transaction request call */ oidlocked[objlocked] = OID(((objheader_t *)mobj));