diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-09 18:49:46 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-09 18:49:46 +0200 |
commit | 23880ff5333c3ca1da1250e8821091f6ae62f566 (patch) | |
tree | 531a40042877d2aee180bebeca3f8774437bffeb /ubus.h | |
parent | 13cc3e23d947b0d1a19c08cd031becd2ed866264 (diff) |
add ubus events for interface up/down
Diffstat (limited to 'ubus.h')
-rw-r--r-- | ubus.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ int netifd_ubus_init(const char *path); void netifd_ubus_done(void); void netifd_ubus_add_interface(struct interface *iface); void netifd_ubus_remove_interface(struct interface *iface); +void netifd_ubus_interface_event(struct interface *iface, bool up); #endif |