X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=ubusmsg.h;h=0a27b42a5c141c209798c0f245543c121ffba597;hb=5db90dbc941da701c397b04ddce2515a231df59b;hp=05d5c04a2e3464a54f63dc28ffe07fac3727bd5e;hpb=79c40c95dbe27e165631d88b9080ad3df80cd30a;p=project%2Fubus.git diff --git a/ubusmsg.h b/ubusmsg.h index 05d5c04..0a27b42 100644 --- a/ubusmsg.h +++ b/ubusmsg.h @@ -19,7 +19,7 @@ #define __packetdata __attribute__((packed)) __attribute__((__aligned__(4))) -#define UBUS_MAX_MSGLEN 65536 +#define UBUS_MSG_CHUNK_SIZE 65536 #define UBUS_SYSTEM_OBJECT_EVENT 1 #define UBUS_SYSTEM_OBJECT_MAX 1024 @@ -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 {