diff options
author | Vladislav Yasevich <vladislav.yasevich@hp.com> | 2005-11-11 19:06:16 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-11-11 19:06:16 -0500 |
commit | 1e7d3d90c95b32374057e454417b2f50440be20e (patch) | |
tree | cd12fac53642654beb67924a6bf37b86b4b54b07 /include/net | |
parent | 23ec47a0889dabf4b9e7f8d52e848194734159ee (diff) |
[SCTP]: Remove timeouts[] array from sctp_endpoint.
The socket level timeout values are maintained in sctp_sock and
association level timeouts are in sctp_association. So there is
no need for ep->timeouts.
Signed-off-by: Vladislav Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/sctp/structs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 9c385b6417c7..2aad4468797e 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1222,9 +1222,6 @@ struct sctp_endpoint { | |||
1222 | int last_key; | 1222 | int last_key; |
1223 | int key_changed_at; | 1223 | int key_changed_at; |
1224 | 1224 | ||
1225 | /* Default timeouts. */ | ||
1226 | int timeouts[SCTP_NUM_TIMEOUT_TYPES]; | ||
1227 | |||
1228 | /* sendbuf acct. policy. */ | 1225 | /* sendbuf acct. policy. */ |
1229 | __u32 sndbuf_policy; | 1226 | __u32 sndbuf_policy; |
1230 | }; | 1227 | }; |