projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cfb961
)
add the status method to the signature
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 27 Mar 2011 17:26:20 +0000
(19:26 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 27 Mar 2011 17:26:20 +0000
(19:26 +0200)
ubus.c
patch
|
blob
|
history
diff --git
a/ubus.c
b/ubus.c
index 601a1165c34b31a99fb1f9d883eb8664bc687d15..1331d72f282757d6497b5456fc4610c6538b8a1d 100644
(file)
--- a/
ubus.c
+++ b/
ubus.c
@@
-101,6
+101,9
@@
static const struct ubus_signature iface_object_sig[] = {
UBUS_METHOD_START("down"),
UBUS_METHOD_END(),
+
+ UBUS_METHOD_START("status"),
+ UBUS_METHOD_END(),
};
static struct ubus_object_type iface_object_type =