OpenMPI  0.1.1
notifier_file.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 (c) 2009 Bull SAS. All rights reserved.
15  * $COPYRIGHT$
16  *
17  * Additional copyrights may follow
18  *
19  * $HEADER$
20  *
21  */
22 #ifndef NOTIFIER_FILE_H
23 #define NOTIFIER_FILE_H
24 
25 #include "orte_config.h"
26 
28 
29 BEGIN_C_DECLS
30 
31 typedef struct {
33 
34  /* File name the traces should be sent to */
35  char *fname;
36 
37  /* Priority */
38  int priority;
40 
41 
42 /*
43  * Notifier interfaces
44  */
45 
46 ORTE_MODULE_DECLSPEC extern orte_notifier_file_component_t mca_notifier_file_component;
47 extern orte_notifier_base_module_t orte_notifier_file_module;
48 
49 END_C_DECLS
50 
51 #endif /* NOTIFIER_FILE_H */
Definition: notifier.h:98
Definition: notifier_file.h:31
Definition: notifier.h:138
The OpenRTE Notifier Framework.