commit | 4d9df9868f31df6725481135c10ac6419ce58d44 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Nov 02 15:27:47 2017 +0000 |
committer | David Howells <dhowells@redhat.com> | Mon Nov 13 15:38:17 2017 +0000 |
tree | c4fcbe437438c940485d438ad5c5871ab20d3288 | |
parent | ad6a942a9e74edea8a4a126a1e434feff6a6d5c2 [diff] |
afs: Keep and pass sockaddr_rxrpc addresses rather than in_addr Keep and pass sockaddr_rxrpc addresses around rather than keeping and passing in_addr addresses to allow for the use of IPv6 and non-standard port numbers in future. This also allows the port and service_id fields to be removed from the afs_call struct. Signed-off-by: David Howells <dhowells@redhat.com>