bug fixes
[IRC.git] / Robust / src / Runtime / oooJava / rcr_runtime.h
1 #ifndef RCR_RUNTIME_H
2 #define RCR_RUNTIME_H
3
4 extern __thread struct trQueue * TRqueue;
5
6 void * workerTR(void *);
7
8 extern __thread SESEstall stallrecord;
9 #endif