monitoring done; scheduling not implemented

This commit is contained in:
Semere M. Mebrahtom 2026-03-26 11:54:56 +01:00
parent f08c635390
commit b171edf043
Signed by: semere
GPG key ID: 7FC937214DF30488
2 changed files with 44 additions and 1 deletions

View file

@ -49,6 +49,7 @@ typedef struct s_coder
long last_compile;
int compiles_done;
t_state *state;
pthread_mutex_t last_mutex;
} t_coder;
typedef struct s_state