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 {  	/* Did the messenge fail to send? */  	int send_error;  	u8 send_failed:1, -	   can_delay;	    /* should this message be Nagle delayed */ +	   can_delay:1,	/* should this message be Nagle delayed */ +	   abandoned:1;	/* should this message be abandoned */  };  struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *, |