#include <t_hooks.h>

Data Fields | |
| transaction_cb * | callback |
| int | id |
| struct tm_callback * | next |
| void * | param |
| release_tmcb_param * | release |
| int | types |
Definition at line 191 of file t_hooks.h.
callback function
Definition at line 194 of file t_hooks.h.
Referenced by insert_tmcb(), run_reqin_callbacks(), and run_trans_callbacks().
| int id |
id of this callback - useless
Definition at line 192 of file t_hooks.h.
Referenced by insert_tmcb(), run_reqin_callbacks(), and run_trans_callbacks().
struct tm_callback* next [read] |
Definition at line 197 of file t_hooks.h.
Referenced by build_cell(), empty_tmcb_list(), insert_tmcb(), run_reqin_callbacks(), and run_trans_callbacks().
| void* param |
param to be passed to callback function
Definition at line 195 of file t_hooks.h.
Referenced by empty_tmcb_list(), insert_tmcb(), run_reqin_callbacks(), and run_trans_callbacks().
function to release the callback param when the callback is deleted
Definition at line 196 of file t_hooks.h.
Referenced by empty_tmcb_list(), and insert_tmcb().
| int types |
types of events that trigger the callback
Definition at line 193 of file t_hooks.h.
Referenced by insert_tmcb(), run_reqin_callbacks(), and run_trans_callbacks().
1.5.6