parsec-ext.h
Go to the documentation of this file.
1 #ifndef TTG_PARSEC_EXT_H
2 #define TTG_PARSEC_EXT_H
3 
4 /* HACK: we need this flag on a data copy to indicate whether it has been registered */
5 #define TTG_PARSEC_DATA_FLAG_REGISTERED ((parsec_data_flag_t)1<<2)
6 
7 #endif // TTG_PARSEC_EXT_H