OpenMPI  0.1.1
notifier_syslog.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_SYSLOG_H
22 #define NOTIFIER_SYSLOG_H
23 
24 #include "orte_config.h"
25 
27 
28 BEGIN_C_DECLS
29 
30 /*
31  * Notifier interfaces
32  */
33 
34 ORTE_MODULE_DECLSPEC extern orte_notifier_base_component_t mca_notifier_syslog_component;
35 extern orte_notifier_base_module_t orte_notifier_syslog_module;
36 
37 END_C_DECLS
38 
39 #endif
Definition: notifier.h:98
Definition: notifier.h:138
The OpenRTE Notifier Framework.