diff options
| author | Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com> | 2016-07-26 02:47:20 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-07-26 17:26:42 -0400 |
| commit | bf1035b2ff5296c7c49e262152253ce29d87e82d (patch) | |
| tree | ab4aba8cf6b93c1787d60c077ff1fe9f95955509 /include/uapi/linux | |
| parent | 7b3f52296493656015f0c0deddb6e90e36b9cda2 (diff) | |
tipc: get monitor threshold for the cluster
In this commit, we add support to fetch the configured
cluster monitoring threshold.
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/tipc_netlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/tipc_netlink.h b/include/uapi/linux/tipc_netlink.h index d387b65a0d97..d07c6ec76062 100644 --- a/include/uapi/linux/tipc_netlink.h +++ b/include/uapi/linux/tipc_netlink.h | |||
| @@ -57,6 +57,7 @@ enum { | |||
| 57 | TIPC_NL_NET_SET, | 57 | TIPC_NL_NET_SET, |
| 58 | TIPC_NL_NAME_TABLE_GET, | 58 | TIPC_NL_NAME_TABLE_GET, |
| 59 | TIPC_NL_MON_SET, | 59 | TIPC_NL_MON_SET, |
| 60 | TIPC_NL_MON_GET, | ||
| 60 | 61 | ||
| 61 | __TIPC_NL_CMD_MAX, | 62 | __TIPC_NL_CMD_MAX, |
| 62 | TIPC_NL_CMD_MAX = __TIPC_NL_CMD_MAX - 1 | 63 | TIPC_NL_CMD_MAX = __TIPC_NL_CMD_MAX - 1 |
