#include <vbi.h>
Public Attributes | |
| struct dl_node | node [1] |
| void(* | handler )(void *data, struct vt_event *ev) |
| void * | data |
Definition at line 45 of file vbi.h.
| struct dl_node vbi_client::node[1] |
Definition at line 47 of file vbi.h.
Referenced by vbi_add_handler(), vbi_del_handler(), and vbi_send().
| void(* vbi_client::handler)(void *data, struct vt_event *ev) |
Definition at line 48 of file vbi.h.
Referenced by vbi_add_handler(), vbi_del_handler(), and vbi_send().
| void* vbi_client::data |
Definition at line 49 of file vbi.h.
Referenced by vbi_add_handler(), vbi_del_handler(), and vbi_send().
1.6.3