X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=ubusmsg.h;h=c9b92e7132edb039618a21921bc695396a722b0e;hp=fc4eeddcf59cf3dbd239797749cfc8a314b97dfa;hb=3869e0ca0774e8f17597db5b60bee97d21b5b1fa;hpb=a69f062cbd4041229f8d29ef9647bf783df414c1 diff --git a/ubusmsg.h b/ubusmsg.h index fc4eedd..c9b92e7 100644 --- a/ubusmsg.h +++ b/ubusmsg.h @@ -29,7 +29,6 @@ struct ubus_msghdr { uint8_t type; uint16_t seq; uint32_t peer; - struct blob_attr data[]; } __packetdata; enum ubus_msg_type { @@ -89,6 +88,9 @@ enum ubus_msg_attr { UBUS_ATTR_TARGET, UBUS_ATTR_ACTIVE, + UBUS_ATTR_NO_REPLY, + + UBUS_ATTR_SUBSCRIBERS, /* must be last */ UBUS_ATTR_MAX,