Diff for /rpl/src/instructions_p7.c between versions 1.9 and 1.10

version 1.9, 2010/05/13 19:09:18 version 1.10, 2010/05/22 21:45:50
Line 1800  instruction_procid(struct_processus *s_e Line 1800  instruction_procid(struct_processus *s_e
             .tid = pthread_self();              .tid = pthread_self();
     (*(*((struct_processus_fils *) (*s_objet).objet)).thread)      (*(*((struct_processus_fils *) (*s_objet).objet)).thread)
             .processus_detache = (*s_etat_processus).processus_detache;              .processus_detache = (*s_etat_processus).processus_detache;
       (*(*((struct_processus_fils *) (*s_objet).objet)).thread)
               .argument = NULL;
   
     pthread_mutexattr_init(&attributs_mutex);      pthread_mutexattr_init(&attributs_mutex);
     pthread_mutexattr_settype(&attributs_mutex, PTHREAD_MUTEX_RECURSIVE);      pthread_mutexattr_settype(&attributs_mutex, PTHREAD_MUTEX_RECURSIVE);

Removed from v.1.9  
changed lines
  Added in v.1.10


CVSweb interface <joel.bertrand@systella.fr>