From 1b3ed08e7ec3ce3e15dd5811f47466fbe579450e Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Wed, 29 Oct 2025 21:59:44 +0300 Subject: Implemented critical funcions and some structure/debug issues closed. --- src/non_critical/syscall_storm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/non_critical/syscall_storm.h') 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 -- cgit v1.2.3