still some bugs...but stall site code generation is in
[IRC.git] / Robust / src / Runtime / oooJava / rcr_runtime.h
index f5ef312fdee2e79c68b38b5f8805bcea65ba7cc5..f6f58dbd5668fbb64207eb9817df239906bd44fb 100644 (file)
@@ -15,4 +15,16 @@ struct rcrRecord {
   int array[RCRSIZE];
   struct rcrRecord *next;
 };
+
+#define STALLCLASSID 1939921
+
+typedef struct SESEstall_t { 
+  SESEcommon common;
+  int size;
+  void * next;
+  struct rcrRecord rcrRecords[1];
+  int tag;
+} SESEstall;
+
+extern __thread SESEstall stallrecord;
 #endif