summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-04 14:54:57 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-05-04 14:54:57 +0200
commit49ffd290f273417c62e395cbbcb65ab7d75cd36a (patch)
tree786edc62c71028b656d16be0c02f8b5a541da1d1 /interface.h
parent23bb091077348d3b87b9900ae3ff923cdd25a662 (diff)
downloadnetifd-49ffd290f273417c62e395cbbcb65ab7d75cd36a.tar.gz
add global interface event notifier
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.h b/interface.h
index c89411a..e89db70 100644
--- a/interface.h
+++ b/interface.h
@@ -36,7 +36,7 @@ struct interface_error {
struct interface_user {
struct list_head list;
struct interface *iface;
- void (*cb)(struct interface_user *dep, enum interface_event ev);
+ void (*cb)(struct interface_user *dep, struct interface *iface, enum interface_event ev);
};
struct interface_ip_settings {