File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -481,12 +481,12 @@ typedef MPI_Session_errhandler_function MPI_Session_errhandler_fn;
481481
482482/* MPI_T types and constants */
483483
484- typedef struct MPI_T_enum_t * MPI_T_enum ;
485- typedef struct MPI_T_cvar_handle_t * MPI_T_cvar_handle ;
486- typedef struct MPI_T_pvar_handle_t * MPI_T_pvar_handle ;
487- typedef struct MPI_T_pvar_session_t * MPI_T_pvar_session ;
488- typedef struct MPI_T_event_registration_t * MPI_T_event_registration ;
489- typedef struct MPI_T_event_instance_t * MPI_T_event_instance ;
484+ typedef struct MPI_ABI_T_enum * MPI_T_enum ;
485+ typedef struct MPI_ABI_T_cvar_handle * MPI_T_cvar_handle ;
486+ typedef struct MPI_ABI_T_pvar_handle * MPI_T_pvar_handle ;
487+ typedef struct MPI_ABI_T_pvar_session * MPI_T_pvar_session ;
488+ typedef struct MPI_ABI_T_event_registration * MPI_T_event_registration ;
489+ typedef struct MPI_ABI_T_event_instance * MPI_T_event_instance ;
490490
491491#define MPI_T_ENUM_NULL ((MPI_T_enum)0)
492492#define MPI_T_CVAR_HANDLE_NULL ((MPI_T_cvar_handle)0)
You can’t perform that action at this time.
0 commit comments