libubus: pull the variable length data array out of struct ubus_msghdr to fix builds...
[project/ubus.git] / ubusmsg.h
index 05d5c04..c9b92e7 100644 (file)
--- 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 {