/*__________________________________________________________________________ Register to the debug SWBB ========================================================================== PARAMETERS: - RETURN: none ==========================================================================*/ void af_unix_debug_init() { uma_dbg_addTopicAndMan(af_unix_DEBUG_TOPIC, af_unix_debug, af_unix_debug_man, 0); uma_dbg_addTopicAndMan("tcp_info", af_inet_tcp_debug, af_inet_tcp_debug_show_man, 0); uma_dbg_addTopicAndMan("tcp_short", af_inet_tcp_short_debug, af_inet_tcp_short_debug_show_man, 0); }
/*__________________________________________________________________________ */ void rozofs_timer_conf_dbg_init() { uma_dbg_addTopicAndMan("tmr_show", dbg_show_tmr, dbg_show_tmr_man, 0); uma_dbg_addTopicAndMan("tmr_set", dbg_set_tmr, dbg_set_tmr_man, 0); uma_dbg_addTopicAndMan("tmr_default", dbg_set_tmr_default, dbg_set_tmr_default_man, 0); }