removed incorrect burnout log after all coders were done
This commit is contained in:
parent
b171edf043
commit
6772407a3c
3 changed files with 18 additions and 11 deletions
|
|
@ -49,7 +49,7 @@ typedef struct s_coder
|
|||
long last_compile;
|
||||
int compiles_done;
|
||||
t_state *state;
|
||||
pthread_mutex_t last_mutex;
|
||||
pthread_mutex_t info_mutex;
|
||||
} t_coder;
|
||||
|
||||
typedef struct s_state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue