Diff for /rpl/src/interruptions.c between versions 1.101 and 1.103

version 1.101, 2012/08/22 10:47:18 version 1.103, 2012/10/04 15:21:26
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.10    RPL/2 (R) version 4.1.11
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2012 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 746  liberation_threads(struct_processus *s_e Line 746  liberation_threads(struct_processus *s_e
             liberation_arbre_variables(s_etat_processus,              liberation_arbre_variables(s_etat_processus,
                     (*s_etat_processus).s_arbre_variables, d_faux);                      (*s_etat_processus).s_arbre_variables, d_faux);
   
   #warning A FIXER
               /*
             for(i = 0; i < (*s_etat_processus).nombre_variables_statiques; i++)              for(i = 0; i < (*s_etat_processus).nombre_variables_statiques; i++)
             {              {
                 pthread_mutex_trylock(&((*(*s_etat_processus)                  pthread_mutex_trylock(&((*(*s_etat_processus)
Line 759  liberation_threads(struct_processus *s_e Line 761  liberation_threads(struct_processus *s_e
             }              }
   
             free((*s_etat_processus).s_liste_variables_statiques);              free((*s_etat_processus).s_liste_variables_statiques);
               */
   
             // Ne peut être effacé qu'une seule fois              // Ne peut être effacé qu'une seule fois
             if (suppression_variables_partagees == d_faux)              if (suppression_variables_partagees == d_faux)

Removed from v.1.101  
changed lines
  Added in v.1.103


CVSweb interface <joel.bertrand@systella.fr>