Abt to refactor again

This commit is contained in:
2025-04-28 07:49:03 -05:00
parent 3639fb211c
commit 28e8466a2a
7 changed files with 91 additions and 97 deletions

View File

@ -18,7 +18,6 @@ typedef struct {
int socket;
struct sockaddr_in address;
pthread_mutex_t lock;
pthread_cond_t cond;
} networkedserver_t;
typedef struct server_s server_t;