FACT++  1.0
int get_keepalive_tmout ( )

Definition at line 287 of file utilities.c.

References TEST_TIME_OSK.

Referenced by dim_get_keepalive_timeout().

288 {
289  char *p;
290 
291  if( (p = getenv("DIM_KEEPALIVE_TMOUT")) == NULL )
292  return(TEST_TIME_OSK);
293  else {
294  return(atoi(p));
295  }
296 }
#define TEST_TIME_OSK
Definition: dim.h:203

+ Here is the caller graph for this function: