diff options
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index b1bd2689bb70..df4c6321996d 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -628,7 +628,7 @@ struct sctp_datamsg { | |||
628 | /* Chunks waiting to be submitted to lower layer. */ | 628 | /* Chunks waiting to be submitted to lower layer. */ |
629 | struct list_head chunks; | 629 | struct list_head chunks; |
630 | /* Chunks that have been transmitted. */ | 630 | /* Chunks that have been transmitted. */ |
631 | struct list_head track; | 631 | size_t msg_size; |
632 | /* Reference counting. */ | 632 | /* Reference counting. */ |
633 | atomic_t refcnt; | 633 | atomic_t refcnt; |
634 | /* When is this message no longer interesting to the peer? */ | 634 | /* When is this message no longer interesting to the peer? */ |