From 9eefbb4afc9601024eac6191addd98e21f90a5b3 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 18 Dec 2022 16:53:46 +0100 Subject: multithread outgoing network messages, thread safe allocator, refactor --- include/list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/list.h') diff --git a/include/list.h b/include/list.h index 41a5705..db174c7 100644 --- a/include/list.h +++ b/include/list.h @@ -17,6 +17,7 @@ typedef struct t_list list_item *start; u32 count; u16 size; + mutex mutex; allocator* al; } list; -- cgit v1.2.3-70-g09d2