OpenMPI  0.1.1
vprotocol_pessimist_start.h
1 /*
2  * Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
3  * All rights reserved.
4  * $COPYRIGHT$
5  *
6  * Additional copyrights may follow
7  *
8  * $HEADER$
9  */
10 
11 #ifndef __VPROTOCOL_PESSIMIST_START_H__
12 #define __VPROTOCOL_PESSIMIST_START_H__
13 
14 #include "ompi_config.h"
15 #include "vprotocol_pessimist.h"
16 
17 BEGIN_C_DECLS
18 
19 OMPI_DECLSPEC int mca_vprotocol_pessimist_start(size_t count, ompi_request_t **requests);
20 
21 END_C_DECLS
22 
23 #endif /* __VPROTOCOL_PESSIMIST_START_H__ */
24 
Main top-level request struct definition.
Definition: request.h:100