diff options
Diffstat (limited to 'source/module/monitor_timer.h')
| -rw-r--r-- | source/module/monitor_timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/module/monitor_timer.h b/source/module/monitor_timer.h index 43c2e10..3fec723 100644 --- a/source/module/monitor_timer.h +++ b/source/module/monitor_timer.h @@ -23,6 +23,7 @@ typedef struct { void *kptr; // kernel address + offset int length_byte; // byte long long threshold; // threshold value + long long true_value; // target true value | available after reach threshold unsigned char is_unsigned; // unsigned flag (true: unsigned, false: signed) unsigned char above_threshold; // reverse flag (true: >, false: <) } kernel_watch_arg; |
