diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 16:53:46 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 16:53:46 +0100 |
| commit | 9eefbb4afc9601024eac6191addd98e21f90a5b3 (patch) | |
| tree | e26771a2ba2d93c58940f011d8701372419f6cb8 /include/list.h | |
| parent | 40027e44e5d0f0040238cfc1bd6a8d80c17c54fb (diff) | |
multithread outgoing network messages, thread safe allocator, refactor
Diffstat (limited to 'include/list.h')
| -rw-r--r-- | include/list.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
