ubus: increase message size limit and make it configurable at build-time
[project/ubus.git] / libubus.h
index 33a99aafd317c8d4680324a62e6566c5630412b2..78ffa38e7e3a4197fc5aedbc4a6c7c9ba09593c6 100644 (file)
--- a/libubus.h
+++ b/libubus.h
@@ -155,6 +155,7 @@ struct ubus_context {
        void (*connection_lost)(struct ubus_context *ctx);
 
        struct ubus_msghdr_buf msgbuf;
+       uint32_t msgbuf_data_len;
 };
 
 struct ubus_object_data {