diff options
| author | Parthasarathy Bhuvaragan <[email protected]> | 2016-07-26 06:47:19 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-07-26 21:26:42 +0000 |
| commit | 7b3f52296493656015f0c0deddb6e90e36b9cda2 (patch) | |
| tree | 08a395cd2b131c0b64e3e96d1c9e543ff6d9dfd0 /net/tipc/node.h | |
| parent | tipc: introduce constants for tipc address validation (diff) | |
| download | kernel-7b3f52296493656015f0c0deddb6e90e36b9cda2.tar.gz kernel-7b3f52296493656015f0c0deddb6e90e36b9cda2.zip | |
tipc: make cluster size threshold for monitoring configurable
In this commit, we introduce support to configure the minimum
threshold to activate the new link monitoring algorithm.
Reviewed-by: Jon Maloy <[email protected]>
Signed-off-by: Parthasarathy Bhuvaragan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/node.h')
| -rw-r--r-- | net/tipc/node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h index 8264b3d97dc4..65aa12ede8a5 100644 --- a/net/tipc/node.h +++ b/net/tipc/node.h @@ -78,4 +78,5 @@ int tipc_nl_node_reset_link_stats(struct sk_buff *skb, struct genl_info *info); int tipc_nl_node_get_link(struct sk_buff *skb, struct genl_info *info); int tipc_nl_node_set_link(struct sk_buff *skb, struct genl_info *info); +int tipc_nl_node_set_monitor(struct sk_buff *skb, struct genl_info *info); #endif |
