diff 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
line diff
     1.1 --- a/SSR.h	Tue Nov 02 16:57:45 2010 -0700
     1.2 +++ b/SSR.h	Mon Nov 08 04:02:50 2010 -0800
     1.3 @@ -99,7 +99,8 @@
     1.4     int32          transID;
     1.5     TransListElem *nextTrans;
     1.6   };
     1.7 -
     1.8 +//TransListElem
     1.9 + 
    1.10  typedef struct
    1.11   {
    1.12     int32          highestTransEntered;