2007-07-20 01:34:02 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2007 Los Alamos National Security, LLC.
|
|
|
|
* All rights reserved.
|
|
|
|
* $COPYRIGHT$
|
|
|
|
*
|
|
|
|
* Additional copyrights may follow
|
|
|
|
*
|
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
2008-05-05 02:59:09 +00:00
|
|
|
#ifndef MCA_ROUTED_LINEAR_H
|
|
|
|
#define MCA_ROUTED_LINEAR_H
|
2007-07-20 01:34:02 +00:00
|
|
|
|
2008-02-28 01:57:57 +00:00
|
|
|
#include "orte_config.h"
|
|
|
|
#include "orte/types.h"
|
2007-07-20 01:34:02 +00:00
|
|
|
|
2008-02-28 01:57:57 +00:00
|
|
|
#include "orte/mca/routed/routed.h"
|
2007-07-20 01:34:02 +00:00
|
|
|
|
2008-02-28 01:57:57 +00:00
|
|
|
BEGIN_C_DECLS
|
2007-07-20 01:34:02 +00:00
|
|
|
|
2008-05-05 02:59:09 +00:00
|
|
|
ORTE_MODULE_DECLSPEC extern orte_routed_component_t mca_routed_linear_component;
|
2007-07-20 01:34:02 +00:00
|
|
|
|
2008-05-05 02:59:09 +00:00
|
|
|
extern orte_routed_module_t orte_routed_linear_module;
|
2007-07-20 01:34:02 +00:00
|
|
|
|
|
|
|
END_C_DECLS
|
|
|
|
|
|
|
|
#endif
|