![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Declarations for unlang timeouts. More...
#include <freeradius-devel/server/request.h>
Go to the source code of this file.
Functions | |
int | unlang_timeout_section_push (request_t *request, CONF_SECTION *cs, fr_time_delta_t timeout, bool top_frame) |
When a timeout fires, run the given section. | |
Declarations for unlang timeouts.
Definition in file timeout.h.
int unlang_timeout_section_push | ( | request_t * | request, |
CONF_SECTION * | cs, | ||
fr_time_delta_t | timeout, | ||
bool | top_frame | ||
) |
When a timeout fires, run the given section.
[in] | request | to push timeout onto |
[in] | timeout | when to run the timeout |
[in] | cs | section to run when the timeout fires. |
[in] | top_frame | Set to UNLANG_TOP_FRAME if the interpreter should return. Set to UNLANG_SUB_FRAME if the interprer should continue. |
Static instruction for performing xlat evaluations
Definition at line 184 of file timeout.c.