don't use ptl datatypes!
This commit was SVN r9173.
Этот коммит содержится в:
родитель
bfd49d248b
Коммит
2aa7b129a6
@ -38,6 +38,9 @@
|
||||
#if defined(c_plusplus) || defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef uint64_t mca_pml_dr_sequence_t;
|
||||
|
||||
/**
|
||||
* DR PML module
|
||||
*/
|
||||
|
@ -274,7 +274,7 @@ do { \
|
||||
do { \
|
||||
/* local variables */ \
|
||||
mca_pml_dr_recv_request_t *specific_recv, *wild_recv; \
|
||||
mca_pml_sequence_t wild_recv_seq, specific_recv_seq; \
|
||||
mca_pml_dr_sequence_t wild_recv_seq, specific_recv_seq; \
|
||||
int frag_tag, wild_recv_tag, specific_recv_tag; \
|
||||
\
|
||||
/* initialization */ \
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user