diff options
Diffstat (limited to 'net/tipc/subscr.h')
-rw-r--r-- | net/tipc/subscr.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/net/tipc/subscr.h b/net/tipc/subscr.h index 43e6d6332a02..393e417bee3f 100644 --- a/net/tipc/subscr.h +++ b/net/tipc/subscr.h | |||
@@ -67,17 +67,12 @@ struct tipc_subscription { | |||
67 | struct tipc_event evt; | 67 | struct tipc_event evt; |
68 | }; | 68 | }; |
69 | 69 | ||
70 | int tipc_subscr_overlap(struct tipc_subscription *sub, | 70 | int tipc_subscr_overlap(struct tipc_subscription *sub, u32 found_lower, |
71 | u32 found_lower, | ||
72 | u32 found_upper); | 71 | u32 found_upper); |
73 | 72 | ||
74 | void tipc_subscr_report_overlap(struct tipc_subscription *sub, | 73 | void tipc_subscr_report_overlap(struct tipc_subscription *sub, u32 found_lower, |
75 | u32 found_lower, | 74 | u32 found_upper, u32 event, u32 port_ref, |
76 | u32 found_upper, | 75 | u32 node, int must); |
77 | u32 event, | ||
78 | u32 port_ref, | ||
79 | u32 node, | ||
80 | int must_report); | ||
81 | 76 | ||
82 | int tipc_subscr_start(void); | 77 | int tipc_subscr_start(void); |
83 | 78 | ||