changeset 755:463ffc722c1a

Remove misleading comment
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 26 Sep 2011 13:44:10 +0200
parents e02254d7d01b
children 36caa2c02d1e
files include/freeDiameter/libfdproto.h
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;
"Welcome to our mercurial repository"