summaryrefslogtreecommitdiffstats
path: root/src/whatfiles.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/whatfiles.c')
-rw-r--r--src/whatfiles.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/whatfiles.c b/src/whatfiles.c
index bc05408..ae8c3e1 100644
--- a/src/whatfiles.c
+++ b/src/whatfiles.c
@@ -15,6 +15,8 @@
FILE *Handle = (FILE*)NULL;
int Debug = 0;
+LastSyscall_t LastSyscall;
+DebugStats_t DebugStats;
// looks at the current syscall and outputs its information if it's one we're interested in
void check_syscall(pid_t current_pid, struct user_regs_struct regs, HashMap map)