2004-11-20 19:12:43 +00:00
|
|
|
/*
|
2007-03-16 23:11:45 +00:00
|
|
|
* Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
2005-11-05 19:57:48 +00:00
|
|
|
* University Research and Technology
|
|
|
|
* Corporation. All rights reserved.
|
2006-08-23 03:32:36 +00:00
|
|
|
* Copyright (c) 2004-2006 The University of Tennessee and The University
|
2005-11-05 19:57:48 +00:00
|
|
|
* of Tennessee Research Foundation. All rights
|
|
|
|
* reserved.
|
2004-11-28 20:09:25 +00:00
|
|
|
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
* University of Stuttgart. All rights reserved.
|
2005-03-24 12:43:37 +00:00
|
|
|
* Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
* All rights reserved.
|
2004-11-22 01:38:40 +00:00
|
|
|
* $COPYRIGHT$
|
|
|
|
*
|
|
|
|
* Additional copyrights may follow
|
|
|
|
*
|
2004-11-20 19:12:43 +00:00
|
|
|
* $HEADER$
|
|
|
|
*/
|
2005-03-14 20:57:21 +00:00
|
|
|
/**
|
|
|
|
* @file
|
2004-11-20 19:12:43 +00:00
|
|
|
*/
|
2005-03-14 20:57:21 +00:00
|
|
|
#ifndef MCA_RML_OOB_H
|
|
|
|
#define MCA_RML_OOB_H
|
2004-11-20 19:12:43 +00:00
|
|
|
|
2006-02-12 01:33:29 +00:00
|
|
|
#include "orte/mca/rml/rml.h"
|
2005-03-14 20:57:21 +00:00
|
|
|
#if defined(c_plusplus) || defined(__cplusplus)
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
2004-11-20 19:12:43 +00:00
|
|
|
|
2006-08-23 03:32:36 +00:00
|
|
|
ORTE_MODULE_DECLSPEC extern orte_rml_component_t mca_rml_oob_component;
|
|
|
|
extern orte_rml_module_t orte_rml_oob_module;
|
2004-11-20 19:12:43 +00:00
|
|
|
|
2007-03-16 23:11:45 +00:00
|
|
|
int orte_rml_oob_ft_event(int state);
|
|
|
|
|
2005-03-14 20:57:21 +00:00
|
|
|
#if defined(c_plusplus) || defined(__cplusplus)
|
2004-11-20 19:12:43 +00:00
|
|
|
}
|
2005-03-14 20:57:21 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|