bcc90a015bf94faa5a7a9ba51d04897db04b99eb
[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 #endif