Navigation


Changeset 689:933d098fc75d in freeDiameter for tests/tests.h


Ignore:
Timestamp:
Jan 20, 2011, 2:24:13 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanups in msg_log feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/tests.h

    r676 r689  
    6868        fprintf(stderr, ## message);                    \
    6969        TRACE_DEBUG(INFO, "Test failed");               \
    70         (void)fd_core_shutdown();                       \
    71         (void)fd_core_wait_shutdown_complete();         \
    7270        exit(FAIL);                                     \
    7371}
     
    7977        (void)fd_core_shutdown();                       \
    8078        (void)fd_core_wait_shutdown_complete();         \
     79        (void)fd_thr_term(&timeout_thr);                \
    8180        exit(PASS);                                     \
    8281}
     
    186185        CHECK( 0, fd_conf_init() );
    187186
     187        /* Initialize the message logging facility */
     188        fd_msg_log_init(fd_g_config->cnf_dict);
     189
    188190        /* Add definitions of the base protocol */
    189191        CHECK( 0, fd_dict_base_protocol(fd_g_config->cnf_dict) );
Note: See TracChangeset for help on using the changeset viewer.