Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/core.c

    r1034 r1079  
    209209        CHECK_FCT( fd_conf_init() );
    210210       
    211         /* Initialize the message logging facility */
    212         fd_msg_log_init(fd_g_config->cnf_dict);
    213 
    214211        /* Add definitions of the base protocol */
    215212        CHECK_FCT( fd_dict_base_protocol(fd_g_config->cnf_dict) );
     
    307304
    308305
    309 /* Wait for the shutdown to be complete -- this must always be called after fd_core_shutdown to relaim some resources. */
     306/* Wait for the shutdown to be complete -- this must always be called after fd_core_shutdown to reclaim some resources. */
    310307int fd_core_wait_shutdown_complete(void)
    311308{
Note: See TracChangeset for help on using the changeset viewer.