Diff for /rpl/src/instructions_a1.c between versions 1.28 and 1.29

version 1.28, 2011/09/14 14:34:28 version 1.29, 2011/09/15 17:51:43
Line 82  instruction_abort(struct_processus *s_et Line 82  instruction_abort(struct_processus *s_et
   
     while((*s_etat_processus).var_volatile_requete_arret == 0)      while((*s_etat_processus).var_volatile_requete_arret == 0)
     {      {
           scrutation_interruptions(s_etat_processus);
         nanosleep(&attente, NULL);          nanosleep(&attente, NULL);
         INCR_GRANULARITE(attente.tv_nsec);          INCR_GRANULARITE(attente.tv_nsec);
     }      }

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


CVSweb interface <joel.bertrand@systella.fr>