Fixed bugs
authoradash <adash>
Wed, 20 Jun 2007 13:02:45 +0000 (13:02 +0000)
committeradash <adash>
Wed, 20 Jun 2007 13:02:45 +0000 (13:02 +0000)
commit607e14cd1894d596daaaa19248edd422c76e3cb0
treee94f038c9982d35f70ab770e1e84b852e3190cdd
parent340bfacc5aa19f8c6b05ddf4023617a7d396f434
Fixed bugs
a)changed code to retry commit after random delay (soft abort case)
b)fixed sending n copies of TRANS_ABORT to all threads( was only sent once before)
c)separate multithreaded from single thread functionality(was mixed before)
d)tested for all testcases

Working version for TRANS_COMMIT and TRANS_ABORT
Robust/src/Runtime/DSTM/interface/Makefile
Robust/src/Runtime/DSTM/interface/dstm.h
Robust/src/Runtime/DSTM/interface/dstmserver.c
Robust/src/Runtime/DSTM/interface/ip.c
Robust/src/Runtime/DSTM/interface/testserver.c
Robust/src/Runtime/DSTM/interface/trans.c