Skip to content

Commit f20b472

Browse files
committed
define flagcxEventType_t in flagcx_wrapper.py
1 parent 107b651 commit f20b472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/interservice/flagcx_wrapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
flagcxRedOp_t = ctypes.c_int
1919
flagcxMemcpyType_t = ctypes.c_int
2020
flagcxMemType_t = ctypes.c_int
21+
flagcxEventType_t = ctypes.c_int
2122

2223
flagcxHandlerGroup_t = ctypes.c_void_p
2324
flagcxComm_t = ctypes.c_void_p

0 commit comments

Comments
 (0)