OpenMPI  0.1.1
pml_csum_component.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
3  * University Research and Technology
4  * Corporation. All rights reserved.
5  * Copyright (c) 2004-2006 The University of Tennessee and The University
6  * of Tennessee Research Foundation. All rights
7  * reserved.
8  * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
9  * University of Stuttgart. All rights reserved.
10  * Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
11  * $COPYRIGHT$
12  *
13  * Additional copyrights may follow
14  *
15  * $HEADER$
16  */
17 /**
18  * @file
19  */
20 
21 #ifndef MCA_PML_CSUM_COMPONENT_H
22 #define MCA_PML_CSUM_COMPONENT_H
23 
24 BEGIN_C_DECLS
25 
26 /*
27  * PML module functions.
28  */
29 OMPI_MODULE_DECLSPEC extern mca_pml_base_component_2_0_0_t mca_pml_csum_component;
30 
31 END_C_DECLS
32 
33 #endif
PML component version and interface functions.
Definition: pml.h:131