1 /* 2 * Copyright (c) 2004-2005 The University of Tennessee and The University 3 * of Tennessee Research Foundation. All rights 4 * reserved. 5 * $COPYRIGHT$ 6 * 7 * Additional copyrights may follow 8 * 9 * $HEADER$ 10 */ 11 12 #include "ompi_config.h" 13 #include "pml_example.h" 14 #include "pml_example_recvreq.h" 15 16 /* 17 * Update the recv request status to reflect the number of bytes 18 * received and actually delivered to the application. 19 */ 20 21 void mca_pml_example_recv_request_progress( struct mca_ptl_base_module_t* ptl, 22 mca_pml_base_recv_request_t* req, 23 size_t bytes_received, 24 size_t bytes_delivered ) 25 { 26 }