adding a test case
[IRC.git] / Robust / src / Runtime / DSTM / interface / trans.h
1 #ifndef TRANS_H
2 #define TRANS_H
3
4 extern __thread objstr_t *t_cache;
5 extern __thread struct ___Object___ *revertlist;
6 #ifdef ABORTREADERS
7 extern __thread int t_abort;
8 extern __thread jmp_buf aborttrans;
9 #endif
10
11 #endif