Diff for /rpl/src/instructions_s1.c between versions 1.81 and 1.82

version 1.81, 2016/03/01 22:12:34 version 1.82, 2016/03/09 10:57:41
Line 3690  instruction_syseval(struct_processus *s_ Line 3690  instruction_syseval(struct_processus *s_
   
         verrouillage_threads_concurrents(s_etat_processus);          verrouillage_threads_concurrents(s_etat_processus);
         pid = fork();          pid = fork();
         deverrouillage_threads_concurrents(s_etat_processus);  
           if (pid > 0)
           {
               deverrouillage_threads_concurrents(s_etat_processus);
           }
   
         if (pid < 0)          if (pid < 0)
         {          {

Removed from v.1.81  
changed lines
  Added in v.1.82


CVSweb interface <joel.bertrand@systella.fr>