![]() |
The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
|
Shim I/O worker functions for running fake requests. More...
Include dependency graph for io.c: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. | |
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.
Here is the call graph for this function:
Here is the caller graph for this function:
1.9.8