OpenMPI  0.1.1
sensor_ft_tester.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2009-2011 Cisco Systems, Inc. All rights reserved.
3  *
4  * $COPYRIGHT$
5  *
6  * Additional copyrights may follow
7  *
8  * $HEADER$
9  */
10 /**
11  * @file
12  *
13  * Process Resource Utilization sensor
14  */
15 #ifndef ORTE_SENSOR_FT_TESTER_H
16 #define ORTE_SENSOR_FT_TESTER_H
17 
18 #include "orte_config.h"
19 
20 #include "orte/mca/sensor/sensor.h"
21 
22 BEGIN_C_DECLS
23 
26  int fail_rate;
27  float fail_prob;
28  float daemon_fail_prob;
29  bool multi_fail;
30 };
32 
33 ORTE_MODULE_DECLSPEC extern orte_sensor_ft_tester_component_t mca_sensor_ft_tester_component;
34 extern orte_sensor_base_module_t orte_sensor_ft_tester_module;
35 
36 
37 END_C_DECLS
38 
39 #endif
Definition: sensor_ft_tester.h:24
Definition: sensor.h:73
Definition: sensor.h:60