diff options
Diffstat (limited to 'net/tipc/msg.h')
| -rw-r--r-- | net/tipc/msg.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h index 50a739860d37..8d408612ffa4 100644 --- a/net/tipc/msg.h +++ b/net/tipc/msg.h @@ -95,7 +95,7 @@ struct plist;  #define TIPC_MEDIA_INFO_OFFSET	5  struct tipc_skb_cb { -	void *handle; +	u32 bytes_read;  	struct sk_buff *tail;  	bool validated;  	bool wakeup_pending;  |