diff options
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r-- | include/net/sctp/structs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 16f949eef52f..2f8f93da5dc2 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -503,7 +503,8 @@ struct sctp_datamsg { | |||
503 | /* Did the messenge fail to send? */ | 503 | /* Did the messenge fail to send? */ |
504 | int send_error; | 504 | int send_error; |
505 | u8 send_failed:1, | 505 | u8 send_failed:1, |
506 | can_delay; /* should this message be Nagle delayed */ | 506 | can_delay:1, /* should this message be Nagle delayed */ |
507 | abandoned:1; /* should this message be abandoned */ | ||
507 | }; | 508 | }; |
508 | 509 | ||
509 | struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *, | 510 | struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *, |