From 3f724a135bd8996a9769dba83baedfef932dd17c Mon Sep 17 00:00:00 2001 From: zy Date: Sun, 26 Nov 2023 22:56:16 -0500 Subject: [PATCH] .h --- source/module/monitor_trace.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/module/monitor_trace.h b/source/module/monitor_trace.h index e940b86..a3932a9 100644 --- a/source/module/monitor_trace.h +++ b/source/module/monitor_trace.h @@ -1,3 +1,6 @@ +#ifndef MODULE_MONITOR_TRACE_H +#define MODULE_MONITOR_TRACE_H + #include #include @@ -130,3 +133,5 @@ extern unsigned int (*orig_stack_trace_save_tsk)(struct task_struct *task, unsigned int size, unsigned int skipnr); extern struct task_struct *(*orig_find_task_by_vpid)(pid_t nr); + +#endif /* MODULE_MONITOR_TRACE_H */ \ No newline at end of file