The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Register xlat functions for calling redundant xlats. More...
#include <freeradius-devel/server/cf_util.h>
Go to the source code of this file.
Functions | |
int | xlat_register_redundant (CONF_SECTION *cs) |
Registers a redundant xlat. More... | |
Register xlat functions for calling redundant xlats.
Definition in file xlat_redundant.h.
int xlat_register_redundant | ( | CONF_SECTION * | cs | ) |
Registers a redundant xlat.
These xlats wrap the xlat methods of the modules in a redundant section, emulating the behaviour of a redundant section, but over xlats.
Definition at line 406 of file xlat_redundant.c.