diff options
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/bluetooth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index 2fb268f2895b..c34a9a6184a1 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h | |||
@@ -195,6 +195,7 @@ struct bt_sock { | |||
195 | struct list_head accept_q; | 195 | struct list_head accept_q; |
196 | struct sock *parent; | 196 | struct sock *parent; |
197 | u32 defer_setup; | 197 | u32 defer_setup; |
198 | bool suspended; | ||
198 | }; | 199 | }; |
199 | 200 | ||
200 | struct bt_sock_list { | 201 | struct bt_sock_list { |