summaryrefslogtreecommitdiff
path: root/source/module
diff options
context:
space:
mode:
authorzy <[email protected]>2023-11-26 22:56:16 -0500
committerzy <[email protected]>2023-11-26 22:56:16 -0500
commit3f724a135bd8996a9769dba83baedfef932dd17c (patch)
treee2a465106e1c3e36642bff2123926d9356866b10 /source/module
parent14ad544f85ff944b03fa583348b9548011e66faa (diff)
.h
Diffstat (limited to 'source/module')
-rw-r--r--source/module/monitor_trace.h5
1 files changed, 5 insertions, 0 deletions
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 <linux/kernfs.h>
#include <linux/sched.h>
@@ -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