diff options
author | Steven Barth <steven@midlink.org> | 2013-10-17 16:51:49 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-10-17 16:51:49 +0200 |
commit | 81a3b50ef7fad3096a8d164c871521e6e6b55aa1 (patch) | |
tree | e1f1c5bd0e6ea41c98f2dcc11429d8eece78fdf3 /interface.h | |
parent | 266d92dd83bd5bfe520f3e2838794bf9bb827c07 (diff) |
Add protocol update notifications and hotplug legacy calls
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 1 |
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, }; |