--- rpl/src/rpl.h 2016/03/09 17:49:13 1.284 +++ rpl/src/rpl.h 2016/03/15 16:31:15 1.286 @@ -1,4 +1,3 @@ -#define DEBUG_ERREURS /* ================================================================================ RPL/2 (R) version 4.1.25 @@ -65,6 +64,8 @@ # define SA_ONSTACK 0 #endif +#define DEBUG_TRACE uprintf("[%d/%X] %s(%d)\n", \ + getpid(), pthread_self(), __FILE__, __LINE__); /* ================================================================================