OpenMPI  0.1.1
static-components.h
1 /*
2  * $HEADER$
3  */
4 #if defined(c_plusplus) || defined(__cplusplus)
5 extern "C" {
6 #endif
7 
8 extern const mca_base_component_t mca_if_linux_ipv6_component;
9 extern const mca_base_component_t mca_if_posix_ipv4_component;
10 
11 const mca_base_component_t *mca_if_base_static_components[] = {
12  &mca_if_linux_ipv6_component,
13  &mca_if_posix_ipv4_component,
14  NULL
15 };
16 
17 #if defined(c_plusplus) || defined(__cplusplus)
18 }
19 #endif
20 
Common type for all MCA components.
Definition: mca.h:250