--- rpl/src/rpl.h 2016/03/09 22:11:27 1.285 +++ rpl/src/rpl.h 2016/03/15 16:31:15 1.286 @@ -64,6 +64,8 @@ # define SA_ONSTACK 0 #endif +#define DEBUG_TRACE uprintf("[%d/%X] %s(%d)\n", \ + getpid(), pthread_self(), __FILE__, __LINE__); /* ================================================================================