OpenMPI
0.1.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
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
27
#include "
orte/mca/notifier/notifier.h
"
28
29
BEGIN_C_DECLS
30
31
typedef
struct
{
32
orte_notifier_base_component_t
super;
33
34
/* File name the traces should be sent to */
35
char
*fname;
36
37
/* Priority */
38
int
priority;
39
}
orte_notifier_file_component_t
;
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 */
orte_notifier_base_module_1_0_0_t
Definition:
notifier.h:98
orte_notifier_file_component_t
Definition:
notifier_file.h:31
orte_notifier_base_component_1_0_0_t
Definition:
notifier.h:138
notifier.h
The OpenRTE Notifier Framework.
orte
mca
notifier
file
notifier_file.h
Generated on Wed Dec 24 2014 12:05:30 for OpenMPI by
1.8.8