FACT++  1.0
void dis_init ( )

Definition at line 220 of file dis.c.

References dim_init(), dis_dns_init(), and dis_hash_service_init().

Referenced by DimService::declareIt(), DimCommand::declareIt(), DimRpc::declareIt(), dis_start_serving_dns(), dis_stop_serving(), do_dis_add_cmnd_dns(), do_dis_add_service_dns(), do_dis_stop_serving_dns(), and DimServer::start().

221 {
222  int dis_hash_service_init();
223  void dis_dns_init();
224 
225  dim_init();
226  dis_dns_init();
227  {
228  DISABLE_AST
230  ENABLE_AST
231  }
232 }
int dis_hash_service_init()
Definition: dis.c:3236
void dim_init()
Definition: dim_thr.c:111
void dis_dns_init()
Definition: dis.c:1066

+ Here is the call graph for this function:

+ Here is the caller graph for this function: