Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
comparison SSR.h @ 18:cee3eecc5c22
Fixed transaction bug -- didn't init with semantic data
| author | Me |
|---|---|
| date | Mon, 08 Nov 2010 04:02:50 -0800 |
| parents | bf57b83019e5 |
| children | b549ad140f18 |
comparison
equal
deleted
inserted
replaced
| 4:90aa5dbcdc81 | 5:c9b39ed22ab5 |
|---|---|
| 97 struct _TransListElem | 97 struct _TransListElem |
| 98 { | 98 { |
| 99 int32 transID; | 99 int32 transID; |
| 100 TransListElem *nextTrans; | 100 TransListElem *nextTrans; |
| 101 }; | 101 }; |
| 102 | 102 //TransListElem |
| 103 | |
| 103 typedef struct | 104 typedef struct |
| 104 { | 105 { |
| 105 int32 highestTransEntered; | 106 int32 highestTransEntered; |
| 106 TransListElem *lastTransEntered; | 107 TransListElem *lastTransEntered; |
| 107 } | 108 } |
