Navigation


Changeset 1078:74bba7975864 in freeDiameter for tests


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
  • tests/tests.h

    r1034 r1078  
    216216        CHECK( 0, fd_conf_init() );
    217217
    218         /* Initialize the message logging facility */
    219         fd_msg_log_init(fd_g_config->cnf_dict);
    220 
    221218        /* Add definitions of the base protocol */
    222219        CHECK( 0, fd_dict_base_protocol(fd_g_config->cnf_dict) );
Note: See TracChangeset for help on using the changeset viewer.