summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-10-17 16:51:49 +0200
committerSteven Barth <steven@midlink.org>2013-10-17 16:51:49 +0200
commit81a3b50ef7fad3096a8d164c871521e6e6b55aa1 (patch)
treee1f1c5bd0e6ea41c98f2dcc11429d8eece78fdf3 /interface.h
parent266d92dd83bd5bfe520f3e2838794bf9bb827c07 (diff)
downloadnetifd-81a3b50ef7fad3096a8d164c871521e6e6b55aa1.tar.gz
Add protocol update notifications and hotplug legacy calls
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 e4d92aa..8c69958 100644
--- a/interface.h
+++ b/interface.h
@@ -23,6 +23,7 @@ struct interface_proto_state;
enum interface_event {
IFEV_DOWN,
IFEV_UP,
+ IFEV_UPDATE,
IFEV_FREE,
IFEV_RELOAD,
};