OpenMPI  0.1.1
pml_example_recvreq.h
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 #ifndef PML_EXAMPLE_RECVREQ_H_HAS_BEEN_INCLUDED
13 #define PML_EXAMPLE_RECVREQ_H_HAS_BEEN_INCLUDED
14 
16 
17 void mca_pml_example_recv_request_progress( struct mca_ptl_base_module_t* ptl,
19  size_t bytes_received,
20  size_t bytes_delivered );
21 
22 #endif /* PML_EXAMPLE_RECVREQ_H_HAS_BEEN_INCLUDED */
Base type for receive requests.
Definition: pml_base_recvreq.h:36