aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/port.h')
-rw-r--r--net/tipc/port.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h
index 34ccb7c11e71..87b9424ae0ec 100644
--- a/net/tipc/port.h
+++ b/net/tipc/port.h
@@ -119,7 +119,6 @@ struct user_port {
119 * @pub_count: total # of publications port has made during its lifetime 119 * @pub_count: total # of publications port has made during its lifetime
120 * @probing_state: 120 * @probing_state:
121 * @probing_interval: 121 * @probing_interval:
122 * @last_in_seqno:
123 * @timer_ref: 122 * @timer_ref:
124 * @subscription: "node down" subscription used to terminate failed connections 123 * @subscription: "node down" subscription used to terminate failed connections
125 */ 124 */
@@ -147,7 +146,6 @@ struct tipc_port {
147 u32 pub_count; 146 u32 pub_count;
148 u32 probing_state; 147 u32 probing_state;
149 u32 probing_interval; 148 u32 probing_interval;
150 u32 last_in_seqno;
151 struct timer_list timer; 149 struct timer_list timer;
152 struct tipc_node_subscr subscription; 150 struct tipc_node_subscr subscription;
153}; 151};