OpenMPI  0.1.1
sensor_file.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
3  *
4  * $COPYRIGHT$
5  *
6  * Additional copyrights may follow
7  *
8  * $HEADER$
9  */
10 /**
11  * @file
12  *
13  * File movement sensor
14  */
15 #ifndef ORTE_SENSOR_FILE_H
16 #define ORTE_SENSOR_FILE_H
17 
18 #include "orte_config.h"
19 
20 #include "orte/mca/sensor/sensor.h"
21 
22 BEGIN_C_DECLS
23 
26  int sample_rate;
27  char *file;
28  bool check_size;
29  bool check_access;
30  bool check_mod;
31  int limit;
32 };
34 
35 ORTE_MODULE_DECLSPEC extern orte_sensor_file_component_t mca_sensor_file_component;
36 extern orte_sensor_base_module_t orte_sensor_file_module;
37 
38 
39 END_C_DECLS
40 
41 #endif
Definition: sensor.h:73
Definition: sensor_file.h:24
Definition: sensor.h:60