s²
This commit is contained in:
parent
3f4b792363
commit
a22a0301b8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ struct task_info {
|
|||
};
|
||||
|
||||
struct scheduler {
|
||||
/* Indicateur de changement d'état */
|
||||
/* Indicateurs de changement d'état */
|
||||
pthread_cond_t *cond;
|
||||
|
||||
/* Taille de la pile */
|
||||
|
|
Reference in a new issue