summaryrefslogtreecommitdiff
path: root/source/module/monitor_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/module/monitor_mem.h')
-rw-r--r--source/module/monitor_mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/module/monitor_mem.h b/source/module/monitor_mem.h
index 391c609..394d900 100644
--- a/source/module/monitor_mem.h
+++ b/source/module/monitor_mem.h
@@ -23,5 +23,5 @@ void *convert_user_space_ptr(pid_t pid, unsigned long kaddr);
void free_page_list(pid_t task_id);
void free_all_page_list(void);
-unsigned char read_and_compare(void *ptr, int len, unsigned char greater_flag,
+unsigned char read_and_compare(void *ptr, int len, unsigned char above_threshold,
unsigned char is_unsigned, long long threshold);