libubus: add UBUS_ATTR_NO_REPLY and add policy for UBUS_ATTR_ACTIVE
[project/ubus.git] / ubusmsg.h
index fc4eedd..f7c115d 100644 (file)
--- a/ubusmsg.h
+++ b/ubusmsg.h
@@ -89,6 +89,7 @@ enum ubus_msg_attr {
        UBUS_ATTR_TARGET,
 
        UBUS_ATTR_ACTIVE,
+       UBUS_ATTR_NO_REPLY,
 
        /* must be last */
        UBUS_ATTR_MAX,