]> Pileus Git - ~andy/linux/commit
[SCTP]: Remove timeouts[] array from sctp_endpoint.
authorVladislav Yasevich <vladislav.yasevich@hp.com>
Sat, 12 Nov 2005 00:06:16 +0000 (16:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Nov 2005 00:06:16 +0000 (16:06 -0800)
commit1e7d3d90c95b32374057e454417b2f50440be20e
treecd12fac53642654beb67924a6bf37b86b4b54b07
parent23ec47a0889dabf4b9e7f8d52e848194734159ee
[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>
include/net/sctp/structs.h
net/sctp/associola.c
net/sctp/endpointola.c
net/sctp/sm_sideeffect.c
net/sctp/socket.c