add a protocol event for link loss
[project/netifd.git] / proto.h
diff --git a/proto.h b/proto.h
index c1b97b267e1bcaf892c7108666c009b2bc659ec0..b4a1d04474d31e74aff3ccc9524a8464d3e00403 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -8,6 +8,7 @@ struct proto_handler;
 enum interface_proto_event {
        IFPEV_UP,
        IFPEV_DOWN,
+       IFPEV_LINK_LOST,
 };
 
 enum interface_proto_cmd {