Navigation


Changeset 1078:74bba7975864 in freeDiameter for libfdcore/core.c


Ignore:
Timestamp:
Apr 30, 2013, 4:37:57 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Cleanup the timing data and fd_msg_log feature that will be replaced by the new hooks mechanism. Kept the calls to fd_msg_log in comments to find the locations easily. WORK IN PROGRESS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/core.c

    r1034 r1078  
    209209        CHECK_FCT( fd_conf_init() );
    210210       
    211         /* Initialize the message logging facility */
    212         fd_msg_log_init(fd_g_config->cnf_dict);
    213 
    214211        /* Add definitions of the base protocol */
    215212        CHECK_FCT( fd_dict_base_protocol(fd_g_config->cnf_dict) );
Note: See TracChangeset for help on using the changeset viewer.