FACT++  1.0
void tcpip_rem_test_write ( int  conn_id)

Definition at line 667 of file tcpip.c.

References dtq_rem_entry(), NET_CONNECTION::last_used, Net_conns, queue_id, time, and NET_CONNECTION::timr_ent.

Referenced by dna_rem_test_write().

668 {
669  if(Net_conns[conn_id].timr_ent)
670  {
671  dtq_rem_entry(queue_id, Net_conns[conn_id].timr_ent);
672  Net_conns[conn_id].timr_ent = NULL;
673  }
674  Net_conns[conn_id].last_used = time(NULL);
675 }
TIMR_ENT * timr_ent
Definition: dim.h:413
DllExp DIM_NOSHARE NET_CONNECTION * Net_conns
Definition: conn_handler.c:32
time_t last_used
Definition: dim.h:414
int dtq_rem_entry(int queue_id, TIMR_ENT *entry)
Definition: dtq.c:503
Warning because the service this data corrsponds to might have been last updated longer ago than Local time
Definition: smartfact.txt:92
static int queue_id
Definition: tcpip.c:93

+ Here is the call graph for this function:

+ Here is the caller graph for this function: