diff options
Diffstat (limited to 'source/module/monitor_timer.h')
| -rw-r--r-- | source/module/monitor_timer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/module/monitor_timer.h b/source/module/monitor_timer.h index 4109038..c62c463 100644 --- a/source/module/monitor_timer.h +++ b/source/module/monitor_timer.h @@ -35,10 +35,11 @@ typedef struct { unsigned sentinel; // sentinel kernel_watch_arg k_watch_args[TIMER_MAX_WATCH_NUM]; // all watched kernel_watch_arg - int threshold_num; // all over threshold number, + int threshold_over_count; // all over threshold number, // 0 means no handle needed int threshold_buffer[TIMER_MAX_WATCH_NUM]; // struct work_struct wk; // for handle + unsigned long long tv; // time } kernel_watch_timer; // Global variable |
