@@ -313,7 +313,7 @@ int mca_pml_yalla_del_comm(struct ompi_communicator_t* comm)
313313 return OMPI_SUCCESS ;
314314}
315315
316- int mca_pml_yalla_irecv_init (const void * buf , size_t count , ompi_datatype_t * datatype ,
316+ int mca_pml_yalla_irecv_init (void * buf , size_t count , ompi_datatype_t * datatype ,
317317 int src , int tag , struct ompi_communicator_t * comm ,
318318 struct ompi_request_t * * request )
319319{
@@ -329,7 +329,7 @@ int mca_pml_yalla_irecv_init(const void *buf, size_t count, ompi_datatype_t *dat
329329 return OMPI_SUCCESS ;
330330}
331331
332- int mca_pml_yalla_irecv (const void * buf , size_t count , ompi_datatype_t * datatype ,
332+ int mca_pml_yalla_irecv (void * buf , size_t count , ompi_datatype_t * datatype ,
333333 int src , int tag , struct ompi_communicator_t * comm ,
334334 struct ompi_request_t * * request )
335335{
@@ -353,7 +353,7 @@ int mca_pml_yalla_irecv(const void *buf, size_t count, ompi_datatype_t *datatype
353353 return OMPI_SUCCESS ;
354354}
355355
356- int mca_pml_yalla_recv (const void * buf , size_t count , ompi_datatype_t * datatype , int src ,
356+ int mca_pml_yalla_recv (void * buf , size_t count , ompi_datatype_t * datatype , int src ,
357357 int tag , struct ompi_communicator_t * comm ,
358358 ompi_status_public_t * status )
359359{
0 commit comments