Navigation


Changeset 1243:7c5f662c4eef in freeDiameter for include


Ignore:
Timestamp:
Nov 11, 2013, 3:55:10 PM (10 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Shortened log timestamp format when DEBUG_WITHOUT_META is defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r1242 r1243  
    183183 *  buf         : An array where the time must be stored
    184184 *  len         : size of the buffer
     185 *  incl_date   : The day of year is included in the output
     186 *  incl_ms     : millisecond value is included in the output
    185187 *
    186188 * DESCRIPTION:
     
    190192 *  pointer to buf.
    191193 */
    192 char * fd_log_time ( struct timespec * ts, char * buf, size_t len );
     194char * fd_log_time ( struct timespec * ts, char * buf, size_t len, int incl_date, int incl_ms );
    193195
    194196/*
Note: See TracChangeset for help on using the changeset viewer.