X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libubus.h;h=a63ce31a7ca0d3b4a13473f4cce3a6702c884e32;hb=82da9db3a985a53c73a21e0fda92a4a59d176f71;hp=33a99aafd317c8d4680324a62e6566c5630412b2;hpb=7e746e5a850b1c5ef87b8d8538e921f2051f5471;p=project%2Fubus.git diff --git a/libubus.h b/libubus.h index 33a99aa..a63ce31 100644 --- a/libubus.h +++ b/libubus.h @@ -155,6 +155,8 @@ struct ubus_context { void (*connection_lost)(struct ubus_context *ctx); struct ubus_msghdr_buf msgbuf; + uint32_t msgbuf_data_len; + int msgbuf_reduction_counter; }; struct ubus_object_data {