FACT++  1.0
void dis_stop_serving_dns ( dim_long  dnsid)

Definition at line 2335 of file dis.c.

References dis_find_dns(), and do_dis_stop_serving_dns().

Referenced by DimServer::stop().

2336 {
2337  DIS_DNS_CONN *dnsp, *dis_find_dns();
2338 
2339  dnsp = dis_find_dns(dnsid);
2341 }
void do_dis_stop_serving_dns(DIS_DNS_CONN *dnsp)
Definition: dis.c:2222
DIS_DNS_CONN * dis_find_dns(dim_long dnsid)
Definition: dis.c:3360
dnsid
Definition: README_v19.txt:372

+ Here is the call graph for this function:

+ Here is the caller graph for this function: