ready to test

This commit is contained in:
2025-07-30 08:59:21 +01:00
parent a14f053132
commit 88fa2fa2a3
2 changed files with 17 additions and 9 deletions

View File

@@ -27,7 +27,10 @@ typedef struct handleArgs {
connections_t connections;
} handle_args_t;
typedef enum Status {
CONNECTED,
IDENTIFIED
} status_t;
void *handle_connection(void *args);