diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-11 21:38:11 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-11 21:38:11 +0200 |
commit | 13cb667dc2c4131663e728bfc4bf3de465d52b20 (patch) | |
tree | b81475679207a5da2475d6dc146b387931627c38 /proto.h | |
parent | 924d9c4e48ed2044efe712eac9cd170f4da4b447 (diff) |
add a protocol event for link loss
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ struct proto_handler; enum interface_proto_event { IFPEV_UP, IFPEV_DOWN, + IFPEV_LINK_LOST, }; enum interface_proto_cmd { |