X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/809e5d6dcb4454e7200e329be127cf9bc67d2fa4..bc227ec698a0dcac6be3bd125dedd6dff346d1dd:/src/xbt/xbt_main.c?ds=inline diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index 617d687b60..af6d6a140f 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -89,29 +89,35 @@ static void xbt_preinit(void) XBT_LOG_CONNECT(peer, xbt); XBT_LOG_CONNECT(strbuff, xbt); XBT_LOG_CONNECT(xbt_cfg, xbt); + XBT_LOG_CONNECT(xbt_dict, xbt); XBT_LOG_CONNECT(xbt_dict_cursor, xbt_dict); XBT_LOG_CONNECT(xbt_dict_elm, xbt_dict); #ifdef XBT_USE_DEPRECATED XBT_LOG_CONNECT(xbt_dict_multi, xbt_dict); #endif + + XBT_LOG_CONNECT(xbt_ddt, xbt); + XBT_LOG_CONNECT(xbt_ddt_cbps, xbt_ddt); + XBT_LOG_CONNECT(xbt_ddt_convert, xbt_ddt); + XBT_LOG_CONNECT(xbt_ddt_create, xbt_ddt); + XBT_LOG_CONNECT(xbt_ddt_exchange, xbt_ddt); + XBT_LOG_CONNECT(xbt_ddt_parse, xbt_ddt); + XBT_LOG_CONNECT(xbt_ddt_lexer, xbt_ddt_parse); + XBT_LOG_CONNECT(xbt_dyn, xbt); XBT_LOG_CONNECT(xbt_ex, xbt); XBT_LOG_CONNECT(xbt_fifo, xbt); XBT_LOG_CONNECT(xbt_graph, xbt); XBT_LOG_CONNECT(xbt_matrix, xbt); + + XBT_LOG_CONNECT(xbt_parmap, xbt); + XBT_LOG_CONNECT(xbt_parmap_unit, xbt_parmap); + XBT_LOG_CONNECT(xbt_queue, xbt); XBT_LOG_CONNECT(xbt_set, xbt); XBT_LOG_CONNECT(xbt_sync_os, xbt); - XBT_LOG_CONNECT(xbt_parmap,xbt); - XBT_LOG_CONNECT(xbt_parmap_unit,xbt_parmap); - XBT_LOG_CONNECT(xbt_ddt, xbt); - XBT_LOG_CONNECT(xbt_ddt_cbps, xbt_ddt); - XBT_LOG_CONNECT(xbt_ddt_convert, xbt_ddt); - XBT_LOG_CONNECT(xbt_ddt_create, xbt_ddt); - XBT_LOG_CONNECT(xbt_ddt_exchange, xbt_ddt); - XBT_LOG_CONNECT(xbt_ddt_lexer, xbt_ddt_parse); - XBT_LOG_CONNECT(xbt_ddt_parse, xbt_ddt); + XBT_LOG_CONNECT(xbt_trp, xbt); XBT_LOG_CONNECT(xbt_trp_meas, xbt_trp);