OpenMPI  0.1.1
notifier_hnp.h
1 /* -*- C -*-
2  *
3  * Copyright (c) 2004-2008 The Trustees of Indiana University and Indiana
4  * University Research and Technology
5  * Corporation. All rights reserved.
6  * Copyright (c) 2004-2006 The University of Tennessee and The University
7  * of Tennessee Research Foundation. All rights
8  * reserved.
9  * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
10  * University of Stuttgart. All rights reserved.
11  * Copyright (c) 2004-2005 The Regents of the University of California.
12  * All rights reserved.
13  * Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
14  * $COPYRIGHT$
15  *
16  * Additional copyrights may follow
17  *
18  * $HEADER$
19  *
20  */
21 #ifndef NOTIFIER_HNP_H
22 #define NOTIFIER_HNP_H
23 
24 #include "orte_config.h"
25 
26 #include "orte/types.h"
28 #include "orte/mca/rml/rml.h"
30 
31 BEGIN_C_DECLS
32 
33 void orte_notifier_hnp_recv_cb(int status, orte_process_name_t* sender,
34  opal_buffer_t* buffer, orte_rml_tag_t tag,
35  void* cbdata);
36 #if OPAL_ENABLE_DEBUG
37 void orte_notifier_hnp_exception_cb(const orte_process_name_t* peer,
38  orte_rml_exception_t reason);
39 #endif
40 
41 /*
42 extern opal_pointer_array_t orte_notifier_hnp_tables;
43 extern opal_mutex_t orte_notifier_hnp_tables_lock;
44 */
45 
46 /*
47  * Notifier interfaces
48  */
49 
50 ORTE_MODULE_DECLSPEC extern orte_notifier_base_component_t mca_notifier_hnp_component;
51 extern orte_notifier_base_module_t orte_notifier_hnp_module;
52 
53 END_C_DECLS
54 
55 #endif
Definition: types.h:146
See opal_bitmap.h for an explanation of why there is a split between OPAL and ORTE for this generic c...
Definition: notifier.h:98
Runtime Messaging Layer (RML) Communication Interface.
uint32_t orte_rml_tag_t
Message matching tag.
Definition: rml_types.h:220
Definition: notifier.h:138
Structure for holding a buffer to be used with the RML or OOB subsystems.
Definition: dss_types.h:159
The OpenRTE Notifier Framework.