PIPS
timeout_t Struct Reference

hold a timeout prescription More...

Data Fields

time_t start
 
time_t end
 
unsigned int delay
 
const char * env
 
const char * funcname
 
const char * filename
 
int lineno
 

Detailed Description

hold a timeout prescription

Definition at line 492 of file errors.c.

Field Documentation

◆ delay

unsigned int timeout_t::delay

Definition at line 497 of file errors.c.

Referenced by __attribute__(), and push_timeout().

◆ end

time_t timeout_t::end

Definition at line 496 of file errors.c.

Referenced by pop_timeout(), and push_timeout().

◆ env

const char* timeout_t::env

Definition at line 498 of file errors.c.

Referenced by push_timeout(), and push_timeout_env().

◆ filename

const char* timeout_t::filename

Definition at line 502 of file errors.c.

Referenced by __attribute__(), and push_timeout().

◆ funcname

const char* timeout_t::funcname

Definition at line 501 of file errors.c.

Referenced by __attribute__(), and push_timeout().

◆ lineno

int timeout_t::lineno

Definition at line 503 of file errors.c.

Referenced by __attribute__(), and push_timeout().

◆ start

time_t timeout_t::start

Definition at line 495 of file errors.c.

Referenced by push_timeout().


The documentation for this struct was generated from the following file: