Navigation


Changeset 755:463ffc722c1a in freeDiameter for include


Ignore:
Timestamp:
Sep 26, 2011, 8:44:10 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Remove misleading comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r740 r755  
    109109 * output medium (file or console) is expected to support this encoding.
    110110 *
    111  * This function assumes that a global mutex called "fd_log_lock" exists
    112  * in the address space of the current process.
    113  *
    114111 * RETURN VALUE:
    115112 *  None.
     
    118115#define fd_log_debug(format,args...) fd_log_debug_fstr(NULL, format, ## args)
    119116
     117/* these are internal objects of the debug facility,
     118might be useful to control the behavior from outside */
    120119extern pthread_mutex_t  fd_log_lock;
    121120extern char * fd_debug_one_function;
Note: See TracChangeset for help on using the changeset viewer.