Added trans.c for transaction funtions. Implemented transStart() and transCreateObj...
authorerubow <erubow>
Sat, 10 Mar 2007 00:21:57 +0000 (00:21 +0000)
committererubow <erubow>
Sat, 10 Mar 2007 00:21:57 +0000 (00:21 +0000)
commit431d1a9c4616ae27a3b51256a1d12b4358c66279
treed9af7893c1c4dd82e04600d762e17abb1b570fa0
parent945a71a1e1393a294c5087b07fb4896c199ac4bd
Added trans.c for transaction funtions. Implemented transStart() and transCreateObj() (untested!).
Added dstmInit() to dstmserver.c
Resolved a name conflict in *lookup.h's: the structs had the same name, so I prefixed them with m,l, or cache to match the typedef.
In dstm.h: defined DIRTY and NEW bits for objheader status flag.
Robust/src/Runtime/DSTM/interface/clookup.h
Robust/src/Runtime/DSTM/interface/dstm.h
Robust/src/Runtime/DSTM/interface/dstmserver.c
Robust/src/Runtime/DSTM/interface/llookup.h
Robust/src/Runtime/DSTM/interface/mlookup.h
Robust/src/Runtime/DSTM/interface/trans.c [new file with mode: 0644]