From 81a3b50ef7fad3096a8d164c871521e6e6b55aa1 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 17 Oct 2013 16:51:49 +0200 Subject: Add protocol update notifications and hotplug legacy calls --- interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'interface.h') 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, }; -- cgit v1.2.1