25 #include <freeradius-devel/server/request.h>
unlang_action_t
Returned by unlang_op_t calls, determine the next action of the interpreter.
rlm_rcode_t
Return codes indicating the result of the module call.
void unlang_subrequest_child_op_free(void)
unlang_action_t unlang_subrequest_child_run(rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
int unlang_subrequest_child_push_resume(request_t *child, unlang_frame_state_subrequest_t *state)
Push a resumption frame onto a child's stack.
int unlang_subrequest_child_op_init(void)
Parameters for initialising the subrequest (parent's frame state)
Our interpreter stack, as distinct from the C stack.