The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Go to the source code of this file.
Data Structures | |
struct | unlang_caller_t |
Functions | |
static unlang_group_t * | unlang_caller_to_group (unlang_caller_t *caller) |
Cast a caller keyword extension to a group structure. More... | |
static unlang_caller_t * | unlang_group_to_caller (unlang_group_t *g) |
Cast a group structure to the caller keyword extension. More... | |
Definition in file caller_priv.h.
struct unlang_caller_t |
Definition at line 32 of file caller_priv.h.
Data Fields | ||
---|---|---|
fr_dict_t const * | dict | |
unlang_group_t | group |
|
inlinestatic |
Cast a caller keyword extension to a group structure.
Definition at line 48 of file caller_priv.h.
|
inlinestatic |
Cast a group structure to the caller keyword extension.
Definition at line 40 of file caller_priv.h.