Ubus
OpenWrt system message/RPC bus.
|
Data Fields | |
struct avl_node | avl |
struct list_head | list |
bool | partial |
const char * | user |
const char * | group |
struct blob_attr * | methods |
struct blob_attr * | tags |
struct blob_attr * | priv |
bool | subscribe |
bool | publish |
bool | listen |
bool | send |
Definition at line 41 of file ubusd_acl.c.
struct avl_node ubusd_acl_obj::avl |
Definition at line 37 of file ubusd_acl.c.
const char* ubusd_acl_obj::group |
Definition at line 48 of file ubusd_acl.c.
struct list_head ubusd_acl_obj::list |
Definition at line 37 of file ubusd_acl.c.
bool ubusd_acl_obj::listen |
Definition at line 55 of file ubusd_acl.c.
struct blob_attr* ubusd_acl_obj::methods |
Definition at line 50 of file ubusd_acl.c.
bool ubusd_acl_obj::partial |
Definition at line 45 of file ubusd_acl.c.
struct blob_attr* ubusd_acl_obj::priv |
Definition at line 52 of file ubusd_acl.c.
bool ubusd_acl_obj::publish |
Definition at line 54 of file ubusd_acl.c.
bool ubusd_acl_obj::send |
Definition at line 56 of file ubusd_acl.c.
bool ubusd_acl_obj::subscribe |
Definition at line 53 of file ubusd_acl.c.
struct blob_attr* ubusd_acl_obj::tags |
Definition at line 51 of file ubusd_acl.c.
const char* ubusd_acl_obj::user |
Definition at line 47 of file ubusd_acl.c.