X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=ubusd_obj.h;h=5ed5ba8fe69525d0d2f4c9cb3993d721380d3853;hp=a21f47c54153c6b18e3e6b20c348cf5d13b1ff65;hb=e59b44573423ad608d0752b46a6073222db9ed45;hpb=0fccce4445b1961451ce3d99a99c1c0defbd4490 diff --git a/ubusd_obj.h b/ubusd_obj.h index a21f47c..5ed5ba8 100644 --- a/ubusd_obj.h +++ b/ubusd_obj.h @@ -52,7 +52,8 @@ struct ubus_object { struct avl_node path; struct ubus_client *client; - int (*recv_msg)(struct ubus_client *client, const char *method, struct blob_attr *msg); + int (*recv_msg)(struct ubus_client *client, struct ubus_msg_buf *ub, + const char *method, struct blob_attr *msg); int event_seen; unsigned int invoke_seq;