@@ -928,12 +928,12 @@ typedef enum {
928928/*
929929 * MPIT source ordering
930930 */
931- enum ompi_mpi_t_order_t {
931+ enum ompi_mpi_t_source_order_t {
932932 MPI_T_ORDERED ,
933933 MPI_T_UNORDERED ,
934934};
935935
936- typedef enum ompi_mpi_t_order_t MPI_T_order ;
936+ typedef enum ompi_mpi_t_source_order_t MPI_T_source_order ;
937937
938938/*
939939 * MPI Tool event functions
@@ -3025,7 +3025,7 @@ OMPI_DECLSPEC int PMPI_T_event_get_timestamp (MPI_T_event_instance event, MPI_C
30253025OMPI_DECLSPEC int PMPI_T_event_get_source (MPI_T_event_instance event , int * source_index );
30263026OMPI_DECLSPEC int PMPI_T_source_get_num (int * num_source );
30273027OMPI_DECLSPEC int PMPI_T_source_get_info (int source_id , char * name , int * name_len ,
3028- char * desc , int * desc_len , MPI_T_order * ordering ,
3028+ char * desc , int * desc_len , MPI_T_source_order * ordering ,
30293029 MPI_Count * ticks_per_second , MPI_Count * max_timestamp ,
30303030 MPI_Info * info );
30313031OMPI_DECLSPEC int PMPI_T_source_get_timestamp (int source_id , MPI_Count * timestamp );
@@ -3139,7 +3139,7 @@ OMPI_DECLSPEC int MPI_T_event_get_source (MPI_T_event_instance event, int *sour
31393139
31403140OMPI_DECLSPEC int MPI_T_source_get_num (int * num_source );
31413141OMPI_DECLSPEC int MPI_T_source_get_info (int source_id , char * name , int * name_len ,
3142- char * desc , int * desc_len , MPI_T_order * ordering ,
3142+ char * desc , int * desc_len , MPI_T_source_order * ordering ,
31433143 MPI_Count * ticks_per_second , MPI_Count * max_timestamp ,
31443144 MPI_Info * info );
31453145OMPI_DECLSPEC int MPI_T_source_get_timestamp (int source_id , MPI_Count * timestamp );
0 commit comments