Skip to content

Commit 958b6d6

Browse files
committed
fix mpiwrapper status struct
1 parent 4a1b176 commit 958b6d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/consts/mpiwrapper.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ struct MPI_Status
2424
_private1::Cint
2525
_private2::Cint
2626
_private3::Cint
27-
_private4::Cint
28-
_private5::Cint
27+
_private4::Csize_t
2928
MPI_SOURCE::Cint
3029
MPI_TAG::Cint
3130
MPI_ERROR::Cint
32-
_private9::Cint
3331
end
3432

3533
# Opaque handles:

0 commit comments

Comments
 (0)