summaryrefslogtreecommitdiff
path: root/src/non_critical/syscall_storm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/non_critical/syscall_storm.h')
-rw-r--r--src/non_critical/syscall_storm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/non_critical/syscall_storm.h b/src/non_critical/syscall_storm.h
index 6535f3a..1b83eea 100644
--- a/src/non_critical/syscall_storm.h
+++ b/src/non_critical/syscall_storm.h
@@ -1,4 +1,4 @@
#pragma once
-int init(int threads, int iterations);
-void stop(); \ No newline at end of file
+int init_syscall_storm(int threads, int iterations);
+void stop_syscall_storm(); \ No newline at end of file