From 527d2523330cb41e23a435d89352680d108c789a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 31 Jan 2011 02:41:32 +0100 Subject: remove path based invoke functions, add stub implementation for invoking method calls --- ubusd_obj.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ubusd_obj.h') diff --git a/ubusd_obj.h b/ubusd_obj.h index 943ee13..2064084 100644 --- a/ubusd_obj.h +++ b/ubusd_obj.h @@ -27,8 +27,9 @@ struct ubus_object { struct list_head list; struct ubus_object_type *type; - struct avl_node path; + + struct ubus_client *client; }; struct ubus_object *ubusd_create_object(struct ubus_client *cl, struct blob_attr **attr); -- cgit v1.2.1