Skip to content

Commit 2bbf9eb

Browse files
Joe-DownsJoseph Downs
authored andcommitted
WIP: add additional types and functions to be mangled
1 parent 1db8082 commit 2bbf9eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ompi/mpi/bindings/c_header.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@
3636
"MPI_Op",
3737
"MPI_Request",
3838
"MPI_Session",
39+
"MPI_Status",
3940
"MPI_Win",
41+
"MPI_Comm_copy_attr_function",
42+
"MPI_Comm_delete_attr_function",
43+
# TODO: these two are deprecated, get rid of them
44+
"MPI_Copy_function",
45+
"MPI_Delete_function",
4046
]
4147

4248
ENUM_CATEGORIES = [

0 commit comments

Comments
 (0)