diff options
| author | Sridhar Samudrala <sri@us.ibm.com> | 2003-02-17 18:09:28 -0800 |
|---|---|---|
| committer | Sridhar Samudrala <sri@us.ibm.com> | 2003-02-17 18:09:28 -0800 |
| commit | 9967b51fc01aae6d822ad62ff031ff2d656d5b10 (patch) | |
| tree | e956f79d598e25a7a42faab23d0794ec992c20fa /include/net/sctp/user.h | |
| parent | 611f4c044cbd8595d40d09a34981e57aa8aa5f30 (diff) | |
| parent | 13970d8e1ff3451967050309ce14ae2b6160bfd5 (diff) | |
Merge us.ibm.com:/home/sridhar/BK/linux-2.5.62
into us.ibm.com:/home/sridhar/BK/lksctp-2.5.62
Diffstat (limited to 'include/net/sctp/user.h')
| -rw-r--r-- | include/net/sctp/user.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/sctp/user.h b/include/net/sctp/user.h index e95ef92ff9b9..69e241b1a88a 100644 --- a/include/net/sctp/user.h +++ b/include/net/sctp/user.h @@ -166,6 +166,7 @@ struct sctp_sndrcvinfo { __u32 sinfo_context; __u32 sinfo_timetolive; __u32 sinfo_tsn; + __u32 sinfo_cumtsn; sctp_assoc_t sinfo_assoc_id; }; @@ -367,6 +368,7 @@ struct sctp_rcv_pdapi_event { sctp_assoc_t pdapi_assoc_id; }; +enum { SCTP_PARTIAL_DELIVERY_ABORTED=0, }; /* * Described in Section 7.3 @@ -414,8 +416,8 @@ enum sctp_sn_type { SCTP_SN_TYPE_BASE = (1<<15), SCTP_ASSOC_CHANGE, SCTP_PEER_ADDR_CHANGE, - SCTP_REMOTE_ERROR, SCTP_SEND_FAILED, + SCTP_REMOTE_ERROR, SCTP_SHUTDOWN_EVENT, SCTP_PARTIAL_DELIVERY_EVENT, SCTP_ADAPTION_INDICATION, |
