Amxb_Ubus
3.3.1
Ambiorix Ubus API
|
#include <amxb_ubus.h>
Data Fields | |
struct ubus_context * | ubus_ctx |
amxc_htable_t | subscribers |
struct blob_buf | b |
amxp_signal_mngr_t * | sigmngr |
amxc_llist_t | registered_objs |
struct ubus_event_handler | watcher |
struct ubus_event_handler | wait_watcher |
amxc_llist_t | pending_reqs |
amxd_dm_t * | dm |
Definition at line 86 of file amxb_ubus.h.
struct blob_buf _amxb_ubus::b |
Definition at line 88 of file amxb_ubus.h.
amxd_dm_t* _amxb_ubus::dm |
Definition at line 95 of file amxb_ubus.h.
amxc_llist_t _amxb_ubus::pending_reqs |
Definition at line 94 of file amxb_ubus.h.
amxc_llist_t _amxb_ubus::registered_objs |
Definition at line 91 of file amxb_ubus.h.
amxp_signal_mngr_t* _amxb_ubus::sigmngr |
Definition at line 90 of file amxb_ubus.h.
amxc_htable_t _amxb_ubus::subscribers |
Definition at line 88 of file amxb_ubus.h.
struct ubus_context* _amxb_ubus::ubus_ctx |
Definition at line 87 of file amxb_ubus.h.
struct ubus_event_handler _amxb_ubus::wait_watcher |
Definition at line 91 of file amxb_ubus.h.
struct ubus_event_handler _amxb_ubus::watcher |
Definition at line 91 of file amxb_ubus.h.