![]() |
The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
|
Declaration for unlang try. More...
#include "unlang_priv.h"
Include dependency graph for try_priv.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | unlang_try_t |
Functions | |
| static unlang_try_t const * | unlang_generic_to_try (unlang_t const *g) |
| Cast a generic structure to the try keyword extension. | |
Declaration for unlang try.
Definition in file try_priv.h.
| struct unlang_try_t |
Definition at line 32 of file try_priv.h.
Collaboration diagram for unlang_try_t:| Data Fields | ||
|---|---|---|
| unlang_t * | catch[RLM_MODULE_NUMCODES] | |
| unlang_group_t | group | |
|
inlinestatic |
Cast a generic structure to the try keyword extension.
Definition at line 41 of file try_priv.h.
Here is the caller graph for this function:
1.9.8