implementing sandbox
[IRC.git] / Robust / src / Runtime / DSTM / interface / dstm.h
index df4a20ca71b80b7bb3f6c3416597ce33f1b112bf..5220a82dbc644faa3989f23fc0881215f8e7a10f 100644 (file)
@@ -279,6 +279,7 @@ cnodetmp=cnodetmp->next;\
 
 __attribute__((pure)) objheader_t *transRead(unsigned int);
 __attribute__((pure)) objheader_t *transRead2(unsigned int);
+//__attribute__((pure)) objheader_t *transRead2(unsigned int, char ptr[]);
 objheader_t *transCreateObj(unsigned int); //returns oid header
 int transCommit(); //return 0 if successful
 void *transRequest(void *);     //the C routine that the thread will execute when TRANS_REQUEST begins