Diff for /rpl/src/gestion_processus.c between versions 1.26 and 1.28

version 1.26, 2010/08/30 14:14:07 version 1.28, 2010/09/23 15:27:36
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.19    RPL/2 (R) version 4.0.20
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 925  surveillance_processus(void *argument) Line 925  surveillance_processus(void *argument)
                             (*s_etat_processus).erreur_systeme_processus_fils =                              (*s_etat_processus).erreur_systeme_processus_fils =
                                     d_es_processus;                                      d_es_processus;
                         }                          }
   
                           pthread_kill((*s_argument_thread).thread_pere,
                                   SIGINJECT);
                     }                      }
                 }                  }
                 else                  else

Removed from v.1.26  
changed lines
  Added in v.1.28


CVSweb interface <joel.bertrand@systella.fr>