FACT++  1.0
int dim_get_write_timeout ( )

Definition at line 147 of file tcpip.c.

References get_write_tmout(), Write_timeout, and Write_timeout_set.

Referenced by dim_tcpip_init(), and DimServer::getWriteTimeout().

148 {
149  int ret;
150  extern int get_write_tmout();
151 
152  if(!Write_timeout_set)
153  {
154  if((ret = get_write_tmout()))
155  Write_timeout = ret;
156  }
157  return(Write_timeout);
158 }
int get_write_tmout()
Definition: utilities.c:298
static int Write_timeout
Definition: tcpip.c:105
static int Write_timeout_set
Definition: tcpip.c:106

+ Here is the call graph for this function:

+ Here is the caller graph for this function: