# HG changeset patch # User Sebastien Decugis # Date 1317037450 -7200 # Node ID 463ffc722c1acf5cd259e5202c53b72b726e5f61 # Parent e02254d7d01b551fa89a446e0b366170d0dd7e6f Remove misleading comment diff -r e02254d7d01b -r 463ffc722c1a include/freeDiameter/libfdproto.h --- a/include/freeDiameter/libfdproto.h Sat Sep 24 13:36:01 2011 +0200 +++ b/include/freeDiameter/libfdproto.h Mon Sep 26 13:44:10 2011 +0200 @@ -108,15 +108,14 @@ * The format and arguments may contain UTF-8 encoded data. The * output medium (file or console) is expected to support this encoding. * - * This function assumes that a global mutex called "fd_log_lock" exists - * in the address space of the current process. - * * RETURN VALUE: * None. */ void fd_log_debug_fstr ( FILE * fstr, const char * format, ... ); #define fd_log_debug(format,args...) fd_log_debug_fstr(NULL, format, ## args) +/* these are internal objects of the debug facility, +might be useful to control the behavior from outside */ extern pthread_mutex_t fd_log_lock; extern char * fd_debug_one_function; extern char * fd_debug_one_file;