diff options
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index bb26ed1ee966..d2607a8e2b80 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
@@ -187,8 +187,11 @@ static inline void k_term_timer(struct timer_list *timer) | |||
187 | 187 | ||
188 | struct tipc_skb_cb { | 188 | struct tipc_skb_cb { |
189 | void *handle; | 189 | void *handle; |
190 | bool deferred; | ||
191 | struct sk_buff *tail; | 190 | struct sk_buff *tail; |
191 | bool deferred; | ||
192 | bool wakeup_pending; | ||
193 | u16 chain_sz; | ||
194 | u16 chain_imp; | ||
192 | }; | 195 | }; |
193 | 196 | ||
194 | #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) | 197 | #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) |