The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Shim I/O worker functions for running fake requests. More...
Go to the source code of this file.
Macros | |
#define | COPY_FIELD(_x) child->async->_x = parent->async->_x |
Functions | |
request_t * | unlang_io_subrequest_alloc (request_t *parent, fr_dict_t const *namespace, bool detachable) |
Allocate a child request based on the parent. More... | |
Shim I/O worker functions for running fake requests.
Definition in file io.c.
request_t* unlang_io_subrequest_alloc | ( | request_t * | parent, |
fr_dict_t const * | namespace, | ||
bool | detachable | ||
) |
Allocate a child request based on the parent.
[in] | parent | spawning the child request. |
[in] | namespace | the child request operates in. If NULL the parent's namespace is used. |
[in] | detachable | Allow/disallow the child to be detached. |
Definition at line 39 of file io.c.