The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Go to the source code of this file.
Data Structures | |
struct | unlang_frame_state_redundant_t |
State of a redundant operation. More... | |
struct | unlang_load_balance_t |
Functions | |
static unlang_load_balance_t * | unlang_group_to_load_balance (unlang_group_t *g) |
Cast a group structure to the load_balance keyword extension. More... | |
static unlang_group_t * | unlang_load_balance_to_group (unlang_load_balance_t *load_balance) |
Cast a load_balance keyword extension to a group structure. More... | |
Definition in file load_balance_priv.h.
struct unlang_frame_state_redundant_t |
State of a redundant operation.
Definition at line 40 of file load_balance_priv.h.
Data Fields | ||
---|---|---|
unlang_t * | child | |
unlang_t * | found |
struct unlang_load_balance_t |
Definition at line 32 of file load_balance_priv.h.
Data Fields | ||
---|---|---|
unlang_group_t | group | |
tmpl_t * | vpt |
|
inlinestatic |
Cast a group structure to the load_balance keyword extension.
Definition at line 48 of file load_balance_priv.h.
|
inlinestatic |
Cast a load_balance keyword extension to a group structure.
Definition at line 56 of file load_balance_priv.h.