aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/subscr.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/subscr.h')
-rw-r--r--net/tipc/subscr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/subscr.h b/net/tipc/subscr.h
index ee52957dc952..f3edca775d9f 100644
--- a/net/tipc/subscr.h
+++ b/net/tipc/subscr.h
@@ -71,7 +71,7 @@ int tipc_subscrp_check_overlap(struct tipc_name_seq *seq, u32 found_lower,
71 u32 found_upper); 71 u32 found_upper);
72void tipc_subscrp_report_overlap(struct tipc_subscription *sub, 72void tipc_subscrp_report_overlap(struct tipc_subscription *sub,
73 u32 found_lower, u32 found_upper, u32 event, 73 u32 found_lower, u32 found_upper, u32 event,
74 u32 port_ref, u32 node, int must); 74 u32 port_ref, u32 node, u32 scope, int must);
75void tipc_subscrp_convert_seq(struct tipc_name_seq *in, int swap, 75void tipc_subscrp_convert_seq(struct tipc_name_seq *in, int swap,
76 struct tipc_name_seq *out); 76 struct tipc_name_seq *out);
77u32 tipc_subscrp_convert_seq_type(u32 type, int swap); 77u32 tipc_subscrp_convert_seq_type(u32 type, int swap);