aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-07-26 17:26:43 -0400
committerDavid S. Miller <davem@davemloft.net>2016-07-26 17:26:43 -0400
commit2a0b9d8a1402a14fff06ed306a566025c75b2b87 (patch)
treef80b57ee326824ceda895bab95b821eb14b9b9d1 /net/tipc/node.h
parentd1c2b5010d07e967d7cbcc232a86b2308d824ca3 (diff)
parentcf6f7e1d51090772d5ff7355aaf0fcff17f20d1a (diff)
Merge branch 'tipc-netlink-monitor-updates'
Parthasarathy Bhuvaragan says: ==================== tipc: netlink updates for neighbour monitor This series contains the updates to configure and read the attributes for neighbour monitor. v2: rebase on top of net-next ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r--net/tipc/node.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h
index 8264b3d97dc4..d69fdfcc0ec9 100644
--- a/net/tipc/node.h
+++ b/net/tipc/node.h
@@ -78,4 +78,9 @@ int tipc_nl_node_reset_link_stats(struct sk_buff *skb, struct genl_info *info);
78int tipc_nl_node_get_link(struct sk_buff *skb, struct genl_info *info); 78int tipc_nl_node_get_link(struct sk_buff *skb, struct genl_info *info);
79int tipc_nl_node_set_link(struct sk_buff *skb, struct genl_info *info); 79int tipc_nl_node_set_link(struct sk_buff *skb, struct genl_info *info);
80 80
81int tipc_nl_node_set_monitor(struct sk_buff *skb, struct genl_info *info);
82int tipc_nl_node_get_monitor(struct sk_buff *skb, struct genl_info *info);
83int tipc_nl_node_dump_monitor(struct sk_buff *skb, struct netlink_callback *cb);
84int tipc_nl_node_dump_monitor_peer(struct sk_buff *skb,
85 struct netlink_callback *cb);
81#endif 86#endif