The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Macros to reduce boilerplate in trunk SQL drivers. More...
Go to the source code of this file.
Macros | |
#define | SQL_QUERY_FAIL |
#define | SQL_QUERY_RESUME |
#define | SQL_TRUNK_CONNECTION_ALLOC |
Allocate an SQL trunk connection. More... | |
Macros to reduce boilerplate in trunk SQL drivers.
Definition in file rlm_sql_trunk.h.
#define SQL_QUERY_FAIL |
Definition at line 64 of file rlm_sql_trunk.h.
#define SQL_QUERY_RESUME |
Definition at line 56 of file rlm_sql_trunk.h.
#define SQL_TRUNK_CONNECTION_ALLOC |
Allocate an SQL trunk connection.
[in] | tconn | Trunk handle. |
[in] | el | Event list which will be used for I/O and timer events. |
[in] | conn_conf | Configuration of the connection. |
[in] | log_prefix | What to prefix log messages with. |
[in] | uctx | User context passed to trunk_alloc. |
Definition at line 35 of file rlm_sql_trunk.h.