Diff for /rpl/src/rpl.c between versions 1.182 and 1.183

version 1.182, 2016/03/18 12:43:48 version 1.183, 2016/03/22 17:12:14
Line 123  rplinit(int argc, char *argv[], char *en Line 123  rplinit(int argc, char *argv[], char *en
     errno = 0;      errno = 0;
     s_queue_signaux = NULL;      s_queue_signaux = NULL;
     routine_recursive = 0;      routine_recursive = 0;
       nombre_thread_surveillance_processus = 0;
     pid_processus_pere = getpid();      pid_processus_pere = getpid();
   
 #   ifdef DEBUG_MEMOIRE  #   ifdef DEBUG_MEMOIRE

Removed from v.1.182  
changed lines
  Added in v.1.183


CVSweb interface <joel.bertrand@systella.fr>