Diff for /rpl/src/types.c between versions 1.83 and 1.84

version 1.83, 2017/06/28 09:20:39 version 1.84, 2017/06/29 12:33:35
Line 19 Line 19
 ================================================================================  ================================================================================
 */  */
   
   #define DEBUG_ERREURS
 #include "rpl-conv.h"  #include "rpl-conv.h"
   
   
Line 3650  recherche_type(struct_processus *s_etat_ Line 3650  recherche_type(struct_processus *s_etat_
   
     (*s_etat_processus).traitement_interruptible = registre_interruption;      (*s_etat_processus).traitement_interruptible = registre_interruption;
     return;      return;
   
   extention_type:
       return;
 }  }
   
   

Removed from v.1.83  
changed lines
  Added in v.1.84


CVSweb interface <joel.bertrand@systella.fr>