ready to test

This commit is contained in:
2025-07-30 12:56:32 +01:00
parent 88fa2fa2a3
commit e87c1f74f4
6 changed files with 202 additions and 48 deletions

View File

@@ -24,7 +24,7 @@ typedef struct Connections {
typedef struct handleArgs {
int connection;
SOCKET client;
connections_t connections;
connections_t *connections;
} handle_args_t;
typedef enum Status {