diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-20 20:13:58 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:26:56 -0500 |
commit | a926626893aca20567f27af1c5edc830e1c51b2b (patch) | |
tree | 76fbf8eee4d84b9e6a50e5b564e4ebadeb9ce632 /include/net | |
parent | 16b0a030330d179427edffbeddaa5b7dc5b31196 (diff) |
[SCTP]: Switch all remaining users of ->saddr_h to ->saddr.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/sctp/structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 8f6619dbb666..275195620145 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -904,7 +904,6 @@ struct sctp_transport { | |||
904 | struct dst_entry *dst; | 904 | struct dst_entry *dst; |
905 | /* Source address. */ | 905 | /* Source address. */ |
906 | union sctp_addr saddr; | 906 | union sctp_addr saddr; |
907 | union sctp_addr saddr_h; | ||
908 | 907 | ||
909 | /* When was the last time(in jiffies) that a data packet was sent on | 908 | /* When was the last time(in jiffies) that a data packet was sent on |
910 | * this transport? This is used to adjust the cwnd when the transport | 909 | * this transport? This is used to adjust the cwnd when the transport |