diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-10-25 02:29:45 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-10-25 02:29:45 -0700 |
| commit | e3e9425c4c3e94d68b57ef41cc755403d2f1f33b (patch) | |
| tree | cc6fe5df22b3311ee03b85c6240f5dae887d2b7a /include/linux | |
| parent | bd32390f72e4eb4d4495793ced9ccac992aa167b (diff) | |
| parent | 30621d839085c69b2cb362a9b9e438009758eca4 (diff) | |
Merge http://linux-lksctp.bkbits.net/lksctp-2.5.work
into nuts.davemloft.net:/disk1/BK/net-2.6
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sctp.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/sctp.h b/include/linux/sctp.h index cff28345eacf..1ed3da0cb9d0 100644 --- a/include/linux/sctp.h +++ b/include/linux/sctp.h @@ -281,7 +281,11 @@ typedef struct sctp_ecn_capable_param { sctp_paramhdr_t param_hdr; } __attribute__((packed)) sctp_ecn_capable_param_t; - +/* ADDIP Section 3.2.6 Adaption Layer Indication */ +typedef struct sctp_adaption_ind_param { + struct sctp_paramhdr param_hdr; + __u32 adaption_ind; +} __attribute__((packed)) sctp_adaption_ind_param_t; /* RFC 2960. Section 3.3.3 Initiation Acknowledgement (INIT ACK) (2): * The INIT ACK chunk is used to acknowledge the initiation of an SCTP |
