Changes to prefetch object stores
[IRC.git] / Robust / src / Runtime / DSTM / interface / dstm.h
index 8a458dc585bce931cc289d8a0140438250f33072..9a65fdb4543a998ca86834dbf2a8003444720455 100644 (file)
@@ -155,6 +155,7 @@ typedef struct objstr {
   unsigned int size;       //this many bytes are allocated after this header
   void *top;
   struct objstr *next;
+  struct objstr *prev;
 } objstr_t;
 
 typedef struct oidmidpair {