OpenMPI  0.1.1
routed_radix.h
1 /*
2  * Copyright (c) 2007 Los Alamos National Security, LLC.
3  * All rights reserved.
4  * $COPYRIGHT$
5  *
6  * Additional copyrights may follow
7  *
8  * $HEADER$
9  */
10 
11 #ifndef MCA_ROUTED_RADIX_H
12 #define MCA_ROUTED_RADIX_H
13 
14 #include "orte_config.h"
15 
16 #include "orte/mca/routed/routed.h"
17 
18 BEGIN_C_DECLS
19 
20 typedef struct {
22  int radix;
24 ORTE_MODULE_DECLSPEC extern orte_routed_radix_component_t mca_routed_radix_component;
25 
26 extern orte_routed_module_t orte_routed_radix_module;
27 
28 END_C_DECLS
29 
30 #endif
routed module interface
Definition: routed.h:251
Definition: routed_radix.h:20
routed component interface
Definition: routed.h:65
Routing table for the RML.