The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Go to the source code of this file.
Functions | |
void | unlang_subrequest_child_op_free (void) |
int | unlang_subrequest_child_op_init (void) |
int | unlang_subrequest_child_push_resume (request_t *child, unlang_frame_state_subrequest_t *state) |
Push a resumption frame onto a child's stack. More... | |
unlang_action_t | unlang_subrequest_child_run (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame) |
Definition in file subrequest_child_priv.h.
void unlang_subrequest_child_op_free | ( | void | ) |
Definition at line 434 of file subrequest_child.c.
int unlang_subrequest_child_op_init | ( | void | ) |
Definition at line 390 of file subrequest_child.c.
int unlang_subrequest_child_push_resume | ( | request_t * | child, |
unlang_frame_state_subrequest_t * | state | ||
) |
Push a resumption frame onto a child's stack.
This is necessary so that the child informs its parent when it's done/detached and so that the child responds to detach signals.
Definition at line 224 of file subrequest_child.c.
unlang_action_t unlang_subrequest_child_run | ( | rlm_rcode_t * | p_result, |
request_t * | request, | ||
unlang_stack_frame_t * | frame | ||
) |