Fixed bugs for memory leak . Trying to run two transactions commit
authoradash <adash>
Mon, 7 May 2007 08:45:12 +0000 (08:45 +0000)
committeradash <adash>
Mon, 7 May 2007 08:45:12 +0000 (08:45 +0000)
commit240ee07dc610ac00b42ecd68928861303ed2df5a
treef79fa85b5bdfbd5e2e5d7e363f344c1be9fccac2
parent68f989a37491a1c1a703eb4529a09443e9ed1c5b
Fixed bugs for memory leak . Trying to run two transactions commit
at the same time.
TODO: Fix another bug that causes trans to commit when it should be a
soft abort.
Robust/src/Runtime/DSTM/interface/Makefile
Robust/src/Runtime/DSTM/interface/dstmserver.c
Robust/src/Runtime/DSTM/interface/ip.c
Robust/src/Runtime/DSTM/interface/ip.h
Robust/src/Runtime/DSTM/interface/testclient.c
Robust/src/Runtime/DSTM/interface/testserver.c
Robust/src/Runtime/DSTM/interface/trans.c