From 537fbc655fb244ded8426d48bf88620fbc4fea6b Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Sat, 8 Nov 2025 22:35:20 +0100 Subject: [PATCH] Progress --- Makefile | 2 +- src/simulation_client.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0ffbde1..d282153 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CFLAGS = -Wall -Wextra -ggdb -fsanitize=address,undefined +CFLAGS = -Wall -Wextra -ggdb ifeq ($(OS),Windows_NT) LFLAGS = -lws2_32 diff --git a/src/simulation_client.h b/src/simulation_client.h index abf1caf..6d4bb05 100644 --- a/src/simulation_client.h +++ b/src/simulation_client.h @@ -12,7 +12,7 @@ #include "TinyDFS.h" -#define MAX_PENDING_OPERATION 128 +#define MAX_PENDING_OPERATION 8 typedef enum { PENDING_OPERATION_CREATE,