Skip to content

Commit 37fefb3

Browse files
authored
Merge pull request #8 from mpiwg-abi/eschnett-patch-1
Add `MPI_` prefix to internal status field
2 parents 61cbee3 + 48ed0de commit 37fefb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mpi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ typedef struct {
2020
int MPI_SOURCE;
2121
int MPI_TAG;
2222
int MPI_ERROR;
23-
int internal[5];
23+
int MPI_internal[5];
2424
} MPI_Status;
2525

2626
typedef struct MPI_ABI_Op * MPI_Op;

0 commit comments

Comments
 (0)