#include <ul_callback.h>

Data Fields | |
| ul_cb * | callback |
| int | id |
| struct ul_callback * | next |
| void * | param |
| int | types |
Definition at line 50 of file ul_callback.h.
callback function
Definition at line 53 of file ul_callback.h.
Referenced by register_ulcb(), and run_ul_callbacks().
| int id |
id of this callback - useless
Definition at line 51 of file ul_callback.h.
Referenced by register_ulcb(), and run_ul_callbacks().
struct ul_callback* next [read] |
Definition at line 55 of file ul_callback.h.
Referenced by destroy_ulcb_list(), register_ulcb(), and run_ul_callbacks().
| void* param |
param to be passed to callback function
Definition at line 54 of file ul_callback.h.
Referenced by destroy_ulcb_list(), register_ulcb(), and run_ul_callbacks().
| int types |
types of events that trigger the callback
Definition at line 52 of file ul_callback.h.
Referenced by register_ulcb(), and run_ul_callbacks().
1.5.6