Skip to content

Commit 48ed0de

Browse files
authored
Add MPI_ prefix to internal status field
1 parent 61cbee3 commit 48ed0de

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)