@@ -866,12 +866,12 @@ typedef enum {
866866/*
867867 * MPIT source ordering
868868 */
869- enum ompi_mpi_t_order_t {
869+ enum ompi_mpi_t_source_order_t {
870870 MPI_T_ORDERED ,
871871 MPI_T_UNORDERED ,
872872};
873873
874- typedef enum ompi_mpi_t_order_t MPI_T_order ;
874+ typedef enum ompi_mpi_t_source_order_t MPI_T_source_order ;
875875
876876/*
877877 * MPI Tool event functions
@@ -2895,7 +2895,7 @@ OMPI_DECLSPEC int PMPI_T_event_get_timestamp (MPI_T_event_instance event, MPI_C
28952895OMPI_DECLSPEC int PMPI_T_event_get_source (MPI_T_event_instance event , int * source_index );
28962896OMPI_DECLSPEC int PMPI_T_source_get_num (int * num_source );
28972897OMPI_DECLSPEC int PMPI_T_source_get_info (int source_id , char * name , int * name_len ,
2898- char * desc , int * desc_len , MPI_T_order * ordering ,
2898+ char * desc , int * desc_len , MPI_T_source_order * ordering ,
28992899 MPI_Count * ticks_per_second , MPI_Count * max_timestamp ,
29002900 MPI_Info * info );
29012901OMPI_DECLSPEC int PMPI_T_source_get_timestamp (int source_id , MPI_Count * timestamp );
@@ -2996,7 +2996,7 @@ OMPI_DECLSPEC int MPI_T_event_get_source (MPI_T_event_instance event, int *sour
29962996
29972997OMPI_DECLSPEC int MPI_T_source_get_num (int * num_source );
29982998OMPI_DECLSPEC int MPI_T_source_get_info (int source_id , char * name , int * name_len ,
2999- char * desc , int * desc_len , MPI_T_order * ordering ,
2999+ char * desc , int * desc_len , MPI_T_source_order * ordering ,
30003000 MPI_Count * ticks_per_second , MPI_Count * max_timestamp ,
30013001 MPI_Info * info );
30023002OMPI_DECLSPEC int MPI_T_source_get_timestamp (int source_id , MPI_Count * timestamp );
0 commit comments