diff options
Diffstat (limited to 'src/non_critical/syscall_storm.h')
| -rw-r--r-- | src/non_critical/syscall_storm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/non_critical/syscall_storm.h b/src/non_critical/syscall_storm.h new file mode 100644 index 0000000..6535f3a --- /dev/null +++ b/src/non_critical/syscall_storm.h @@ -0,0 +1,4 @@ +#pragma once + +int init(int threads, int iterations); +void stop();
\ No newline at end of file |
