Diff for /rpl/src/gestion_variables.c between versions 1.70 and 1.71

version 1.70, 2013/03/20 17:11:44 version 1.71, 2013/03/22 15:31:19
Line 2033  liste_variables_partagees(struct_process Line 2033  liste_variables_partagees(struct_process
         return(0);          return(0);
     }      }
   
       // mutex_liste_variables_partagees
       // et (*l_variable_courante).mutex_feuille
     if ((*l_element_courant).feuille != NULL)      if ((*l_element_courant).feuille != NULL)
     {      {
         l_variable = (*l_element_courant).feuille;          l_variable = (*l_element_courant).feuille;

Removed from v.1.70  
changed lines
  Added in v.1.71


CVSweb interface <joel.bertrand@systella.fr>