diff options
Diffstat (limited to 'include/net/netevent.h')
-rw-r--r-- | include/net/netevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netevent.h b/include/net/netevent.h index baee605a94ab..d9918261701c 100644 --- a/include/net/netevent.h +++ b/include/net/netevent.h | |||
@@ -27,6 +27,7 @@ enum netevent_notif_type { | |||
27 | NETEVENT_REDIRECT, /* arg is struct netevent_redirect ptr */ | 27 | NETEVENT_REDIRECT, /* arg is struct netevent_redirect ptr */ |
28 | NETEVENT_DELAY_PROBE_TIME_UPDATE, /* arg is struct neigh_parms ptr */ | 28 | NETEVENT_DELAY_PROBE_TIME_UPDATE, /* arg is struct neigh_parms ptr */ |
29 | NETEVENT_IPV4_MPATH_HASH_UPDATE, /* arg is struct net ptr */ | 29 | NETEVENT_IPV4_MPATH_HASH_UPDATE, /* arg is struct net ptr */ |
30 | NETEVENT_IPV6_MPATH_HASH_UPDATE, /* arg is struct net ptr */ | ||
30 | }; | 31 | }; |
31 | 32 | ||
32 | int register_netevent_notifier(struct notifier_block *nb); | 33 | int register_netevent_notifier(struct notifier_block *nb); |