comparison tests/tests.h @ 1078:74bba7975864

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.
author Sebastien Decugis <sdecugis@freediameter.net>
date Tue, 30 Apr 2013 15:37:57 +0800
parents f4a73a991623
children 1d1a20a0779d
comparison
equal deleted inserted replaced
1069:544fa1be79a9 1078:74bba7975864
213 } 213 }
214 214
215 /* Initialize the config */ 215 /* Initialize the config */
216 CHECK( 0, fd_conf_init() ); 216 CHECK( 0, fd_conf_init() );
217 217
218 /* Initialize the message logging facility */
219 fd_msg_log_init(fd_g_config->cnf_dict);
220
221 /* Add definitions of the base protocol */ 218 /* Add definitions of the base protocol */
222 CHECK( 0, fd_dict_base_protocol(fd_g_config->cnf_dict) ); 219 CHECK( 0, fd_dict_base_protocol(fd_g_config->cnf_dict) );
223 220
224 /* Initialize only the sessions */ 221 /* Initialize only the sessions */
225 CHECK( 0, fd_sess_start() ); 222 CHECK( 0, fd_sess_start() );
"Welcome to our mercurial repository"