summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/sctp/structs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index e22b333a94b2..44c81f5c3020 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -872,6 +872,9 @@ struct sctp_outq {
unsigned out_qlen; /* Total length of queued data chunks. */
+ /* Error of send failed, may used in SCTP_SEND_FAILED event. */
+ unsigned error;
+
/* These are control chunks we want to send. */
struct sk_buff_head control;