Skip to content

Commit bc715a4

Browse files
committed
Fix names of opaque structs corresponding to MPI_T handle types
1 parent e89a800 commit bc715a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mpi.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)