diff options
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index b578b10feefa..84602137ce20 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
@@ -192,6 +192,7 @@ struct tipc_skb_cb { | |||
192 | struct sk_buff *tail; | 192 | struct sk_buff *tail; |
193 | bool deferred; | 193 | bool deferred; |
194 | bool wakeup_pending; | 194 | bool wakeup_pending; |
195 | bool bundling; | ||
195 | u16 chain_sz; | 196 | u16 chain_sz; |
196 | u16 chain_imp; | 197 | u16 chain_imp; |
197 | }; | 198 | }; |