refactor: worker struct and remove pipe

This commit is contained in:
2025-10-17 21:18:13 +02:00
parent 81bdd2acda
commit 01d29ff9f3
14 changed files with 139 additions and 93 deletions

View File

@@ -6,8 +6,8 @@
#include <string.h>
#include <unistd.h>
#include "config/config.h"
#include "server/server.h"
#include "utils/config.h"
#include "utils/debug.h"
void cws_signal_handler(int) { cws_server_run = 0; }