Diff for /rpl/src/instructions_s9.c between versions 1.16 and 1.19

version 1.16, 2010/07/25 16:16:21 version 1.19, 2010/08/12 14:13:57
Line 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
Line 1792  instruction_swi(struct_processus *s_etat Line 1792  instruction_swi(struct_processus *s_etat
                     return;                      return;
                 }                  }
             }              }
   
               kill((*s_etat_processus).pid_processus_pere, SIGCONT);
         }          }
         else          else
         {          {
Line 1937  instruction_swi(struct_processus *s_etat Line 1939  instruction_swi(struct_processus *s_etat
                     return;                      return;
                 }                  }
             }              }
   
               pthread_kill((*s_etat_processus).tid_processus_pere, SIGCONT);
         }          }
   
         attente.tv_sec = 0;          attente.tv_sec = 0;

Removed from v.1.16  
changed lines
  Added in v.1.19


CVSweb interface <joel.bertrand@systella.fr>