diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-27 19:26:20 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-27 19:26:20 +0200 |
commit | e8e8798a3292a9801a01357c967e55c62dc83a33 (patch) | |
tree | 39fb1ddbe690b3cbeb137849ba11993e501a73ba | |
parent | 2cfb961768f9f896a75b6981d63a957d121f1cdc (diff) |
add the status method to the signature
-rw-r--r-- | ubus.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 = |