summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJon Grimm <jgrimm@touki.austin.ibm.com>2003-03-25 04:11:45 -0600
committerJon Grimm <jgrimm@touki.austin.ibm.com>2003-03-25 04:11:45 -0600
commit1bafb09e6ebf31151b7c9b62e67f1f3bcb419337 (patch)
tree176470c1bb0d781b9c30bbae52c809575088819d /include
parent9850a96f26ed8491c4524158c0febd6224532f53 (diff)
[SCTP] Add SEND_FAILED support. (Ardelle Fan)
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;