summaryrefslogtreecommitdiff
path: root/ubusd_obj.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-01-31 02:41:32 +0100
committerFelix Fietkau <nbd@openwrt.org>2011-01-31 02:41:32 +0100
commit527d2523330cb41e23a435d89352680d108c789a (patch)
treefe2d88221ed843f7262dff2d2545838184efc866 /ubusd_obj.h
parent8321f8c523c9bf5f476f9c5b06c955d0ce3a0f80 (diff)
downloadubus-527d2523330cb41e23a435d89352680d108c789a.tar.gz
remove path based invoke functions, add stub implementation for invoking method calls
Diffstat (limited to 'ubusd_obj.h')
-rw-r--r--ubusd_obj.h3
1 files changed, 2 insertions, 1 deletions
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);