summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-04 14:56:15 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-05-04 14:56:15 +0200
commit26b5b29a97c2af1ab9571cc0ff198c76e784daf4 (patch)
tree13fed9429d9318c783356f8baf4ab01221753f1d /interface.h
parent49ffd290f273417c62e395cbbcb65ab7d75cd36a (diff)
downloadnetifd-26b5b29a97c2af1ab9571cc0ff198c76e784daf4.tar.gz
add a new event for interface free
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface.h b/interface.h
index e89db70..14aefce 100644
--- a/interface.h
+++ b/interface.h
@@ -10,6 +10,7 @@ struct interface_proto_state;
enum interface_event {
IFEV_DOWN,
IFEV_UP,
+ IFEV_FREE,
};
enum interface_state {