FACT++  1.0
void update_did ( )

Definition at line 573 of file dns.c.

References Curr_N_Conns, Dns_conns, do_update_did(), i, and SRC_DIS.

Referenced by handle_registration(), and main().

574 {
575  int i;
576  void do_update_did();
577 
578  for(i = 0; i< Curr_N_Conns; i++)
579  {
580  if(Dns_conns[i].src_type == SRC_DIS)
581  {
582  do_update_did(i);
583  }
584  }
585 }
DllExp DIM_NOSHARE int Curr_N_Conns
Definition: conn_handler.c:33
DllExp DIM_NOSHARE DNS_CONNECTION * Dns_conns
Definition: conn_handler.c:29
int i
Definition: db_dim_client.c:21
void do_update_did(int conn_id)
Definition: dns.c:587

+ Here is the call graph for this function:

+ Here is the caller graph for this function: