OpenMPI  0.1.1
vprotocol_example_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_EXAMPLE_START_H__
12 #define __VPROTOCOL_EXAMPLE_START_H__
13 
14 #include "ompi_config.h"
15 #include "vprotocol_example.h"
16 
17 #endif /* __VPROTOCOL_EXAMPLE_START_H__ */
18 
19 OMPI_DECLSPEC int mca_vprotocol_example_start(size_t count, ompi_request_t **requests);
Main top-level request struct definition.
Definition: request.h:100