summaryrefslogtreecommitdiff
path: root/ubusmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ubusmsg.h')
-rw-r--r--ubusmsg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ubusmsg.h b/ubusmsg.h
index 0a27b42..d3d2928 100644
--- a/ubusmsg.h
+++ b/ubusmsg.h
@@ -22,6 +22,7 @@
#define UBUS_MSG_CHUNK_SIZE 65536
#define UBUS_SYSTEM_OBJECT_EVENT 1
+#define UBUS_SYSTEM_OBJECT_ACL 2
#define UBUS_SYSTEM_OBJECT_MAX 1024
struct ubus_msghdr {
@@ -92,6 +93,9 @@ enum ubus_msg_attr {
UBUS_ATTR_SUBSCRIBERS,
+ UBUS_ATTR_USER,
+ UBUS_ATTR_GROUP,
+
/* must be last */
UBUS_ATTR_MAX,
};