FACT++  1.0
int dna_get_node_task ( int  conn_id,
char *  node,
char *  task 
)

Definition at line 594 of file dna.c.

References Dna_conns, and tcpip_get_node_task().

Referenced by client_info(), dic_get_server(), dis_get_client(), recv_rout(), and release_conn().

595 {
596  if(Dna_conns[conn_id].busy)
597  tcpip_get_node_task(conn_id, node, task);
598  else
599  node[0] = '\0';
600  return(1);
601 }
Definition: dns.c:26
DllExp DIM_NOSHARE DNA_CONNECTION * Dna_conns
Definition: conn_handler.c:31
void tcpip_get_node_task(int conn_id, char *node, char *task)
Definition: tcpip.c:1383

+ Here is the call graph for this function:

+ Here is the caller graph for this function: