|  | The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
    | 
Declarations for unlang transactions. More...
 Include dependency graph for transaction_priv.h:
 Include dependency graph for transaction_priv.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Data Structures | |
| struct | unlang_frame_state_transaction_t | 
| A transaction stack entry.  More... | |
| struct | unlang_transaction_t | 
| Functions | |
| static unlang_transaction_t * | unlang_group_to_transaction (unlang_group_t *g) | 
| Cast a group structure to the transaction keyword extension. | |
| static unlang_group_t * | unlang_transaction_to_group (unlang_transaction_t *to) | 
| Cast a transaction keyword extension to a group structure. | |
Declarations for unlang transactions.
Definition in file transaction_priv.h.
| struct unlang_frame_state_transaction_t | 
A transaction stack entry.
Definition at line 39 of file transaction_priv.h.
 Collaboration diagram for unlang_frame_state_transaction_t:
 Collaboration diagram for unlang_frame_state_transaction_t:| Data Fields | ||
|---|---|---|
| fr_edit_list_t * | el | my edit list | 
| unlang_result_t | result | |
| struct unlang_transaction_t | 
Definition at line 33 of file transaction_priv.h.
 Collaboration diagram for unlang_transaction_t:
 Collaboration diagram for unlang_transaction_t:| Data Fields | ||
|---|---|---|
| unlang_group_t | group | |
| 
 | inlinestatic | 
Cast a group structure to the transaction keyword extension.
Definition at line 47 of file transaction_priv.h.
| 
 | inlinestatic | 
Cast a transaction keyword extension to a group structure.
Definition at line 55 of file transaction_priv.h.
 1.9.8
 1.9.8