diff options
Diffstat (limited to 'net/tipc/link.h')
-rw-r--r-- | net/tipc/link.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h index 0509c6de03cd..ef68424f492d 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
@@ -58,6 +58,13 @@ enum { | |||
58 | TIPC_LINK_TUNNEL | 58 | TIPC_LINK_TUNNEL |
59 | }; | 59 | }; |
60 | 60 | ||
61 | /* Events occurring at packet reception or at timeout | ||
62 | */ | ||
63 | enum { | ||
64 | TIPC_LINK_UP_EVT = 1, | ||
65 | TIPC_LINK_DOWN_EVT = (1 << 1) | ||
66 | }; | ||
67 | |||
61 | /* Starting value for maximum packet size negotiation on unicast links | 68 | /* Starting value for maximum packet size negotiation on unicast links |
62 | * (unless bearer MTU is less) | 69 | * (unless bearer MTU is less) |
63 | */ | 70 | */ |