Diff for /rpl/src/instructions_d5.c between versions 1.76 and 1.77

version 1.76, 2011/10/04 19:32:35 version 1.77, 2011/11/18 09:51:33
Line 817  instruction_detach(struct_processus *s_e Line 817  instruction_detach(struct_processus *s_e
     int                         pipe_initialisation_segment_signaux[2];      int                         pipe_initialisation_segment_signaux[2];
   
     logical1                    drapeau;      logical1                    drapeau;
     logical1                    variable_partagee;  
   
     pid_t                       ppid;      pid_t                       ppid;
     pid_t                       pid_final;      pid_t                       pid_final;
Line 839  instruction_detach(struct_processus *s_e Line 838  instruction_detach(struct_processus *s_e
     struct_liste_chainee        *l_element_precedent;      struct_liste_chainee        *l_element_precedent;
     struct_liste_chainee        *l_element_suivant;      struct_liste_chainee        *l_element_suivant;
   
     struct_objet                *s_copie;  
     struct_objet                *s_objet;      struct_objet                *s_objet;
     struct_objet                *s_objet_systeme;      struct_objet                *s_objet_systeme;
     struct_objet                *s_objet_temporaire;      struct_objet                *s_objet_temporaire;
Line 856  instruction_detach(struct_processus *s_e Line 854  instruction_detach(struct_processus *s_e
   
     unsigned long               i;      unsigned long               i;
   
       volatile logical1           variable_partagee;
   
       volatile struct_objet       *s_copie;
   
     (*s_etat_processus).erreur_execution = d_ex;      (*s_etat_processus).erreur_execution = d_ex;
   
     attente.tv_sec = 0;      attente.tv_sec = 0;

Removed from v.1.76  
changed lines
  Added in v.1.77


CVSweb interface <joel.bertrand@systella.fr>