Diff for /rpl/src/rpl.h between versions 1.313 and 1.314

version 1.313, 2017/07/31 12:03:30 version 1.314, 2017/08/03 15:13:04
Line 718  pid_t debug_fork(); Line 718  pid_t debug_fork();
         pthread_self(), #mutex, mutex, __FUNCTION__, __LINE__), \          pthread_self(), #mutex, mutex, __FUNCTION__, __LINE__), \
         fflush(stdout), \          fflush(stdout), \
         pthread_mutex_unlock(mutex)          pthread_mutex_unlock(mutex)
   #   define pthread_mutex_trylock(mutex) uprintf("[%d-%llu] Mutex %s (%p) " \
           "trylocking at " \
           "%s() line #%d\n", (int) getpid(), (unsigned long long) \
           pthread_self(), #mutex, mutex, __FUNCTION__, __LINE__), \
           fflush(stdout), \
           pthread_mutex_trylock(mutex)
 #endif  #endif
   
   

Removed from v.1.313  
changed lines
  Added in v.1.314


CVSweb interface <joel.bertrand@systella.fr>