summaryrefslogtreecommitdiff
path: root/source/module/monitor_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/module/monitor_timer.h')
-rw-r--r--source/module/monitor_timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/module/monitor_timer.h b/source/module/monitor_timer.h
index 3253ba9..3db413e 100644
--- a/source/module/monitor_timer.h
+++ b/source/module/monitor_timer.h
@@ -12,7 +12,7 @@ typedef struct {
int length_byte; // byte
long long threshold; // threshold value
unsigned char unsigned_flag; // unsigned flag (true: unsigned, false: signed)
- unsigned char greater_flag; // reverse flag (true: >, false: <)
+ unsigned char above_threshold; // reverse flag (true: >, false: <)
unsigned long time_ns; // timer interval (ns)
} watch_arg;
@@ -24,7 +24,7 @@ typedef struct {
int length_byte; // byte
long long threshold; // threshold value
unsigned char unsigned_flag; // unsigned flag (true: unsigned, false: signed)
- unsigned char greater_flag; // reverse flag (true: >, false: <)
+ unsigned char above_threshold; // reverse flag (true: >, false: <)
} kernel_watch_arg;
typedef struct {