Plus de problème pour le 6ème producteur
parent
583887e148
commit
0b415758e7
|
@ -27,10 +27,6 @@ int main( int argc, char **argv)
|
||||||
|
|
||||||
WINDOW * fenetre ;
|
WINDOW * fenetre ;
|
||||||
|
|
||||||
initscr() ; /* initialisation (obligatoire) de curses */
|
|
||||||
noecho() ; /* suppression de l'echo des caracteres tapes*/
|
|
||||||
cbreak() ; /* lecture non bufferisee */
|
|
||||||
|
|
||||||
key_t sem_key_data = MUTEX_DATA;
|
key_t sem_key_data = MUTEX_DATA;
|
||||||
key_t sem_key_tpa = MUTEX_TPA;
|
key_t sem_key_tpa = MUTEX_TPA;
|
||||||
|
|
||||||
|
@ -48,6 +44,10 @@ int main( int argc, char **argv)
|
||||||
memoireP->tpa[i] = 0;
|
memoireP->tpa[i] = 0;
|
||||||
V(mutex_tpa);
|
V(mutex_tpa);
|
||||||
|
|
||||||
|
initscr() ; /* initialisation (obligatoire) de curses */
|
||||||
|
noecho() ; /* suppression de l'echo des caracteres tapes*/
|
||||||
|
cbreak() ; /* lecture non bufferisee */
|
||||||
|
|
||||||
|
|
||||||
// Je donne un nom à ma fenêtre
|
// Je donne un nom à ma fenêtre
|
||||||
nom_de_la_fenetre = (char *) malloc(sizeof(char *) * NAMESIZE);
|
nom_de_la_fenetre = (char *) malloc(sizeof(char *) * NAMESIZE);
|
||||||
|
|
Loading…
Reference in New Issue