Diff for /rpl/src/gestion_processus.c between versions 1.10 and 1.11

version 1.10, 2010/05/10 08:30:32 version 1.11, 2010/05/16 19:36:20
Line 714  surveillance_processus(void *argument) Line 714  surveillance_processus(void *argument)
                         }                          }
   
                         BUG(l_element_courant == NULL,                          BUG(l_element_courant == NULL,
                                 printf("Process or thread not found"));                                  printf("Process or thread not found\n"));
   
                         if (pthread_mutex_unlock(&((*s_etat_processus).mutex))                          if (pthread_mutex_unlock(&((*s_etat_processus).mutex))
                                 != 0)                                  != 0)

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


CVSweb interface <joel.bertrand@systella.fr>