Diff for /rpl/src/instructions_d5.c between versions 1.153 and 1.154

version 1.153, 2016/08/26 08:57:56 version 1.154, 2016/09/27 10:43:23
Line 815  instruction_der(struct_processus *s_etat Line 815  instruction_der(struct_processus *s_etat
 void  void
 instruction_detach(struct_processus *s_etat_processus)  instruction_detach(struct_processus *s_etat_processus)
 {  {
   #ifndef EXPERIMENTAL_CODE
       printf("DETACH currently broken is replaced by SPAWN...\n");
       instruction_spawn(s_etat_processus);
   #else
     int                                 pipe_initialisation_segment_signaux[2];      int                                 pipe_initialisation_segment_signaux[2];
   
     logical1                            drapeau;      logical1                            drapeau;
Line 3029  instruction_detach(struct_processus *s_e Line 3033  instruction_detach(struct_processus *s_e
     }      }
   
     return;      return;
   #endif
 }  }
   
 // vim: ts=4  // vim: ts=4

Removed from v.1.153  
changed lines
  Added in v.1.154


CVSweb interface <joel.bertrand@systella.fr>