diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 8372ab8fc9b5..fc05cfbd5805 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -134,7 +134,8 @@ struct rpc_xprt { | |||
134 | struct sock * inet; /* INET layer */ | 134 | struct sock * inet; /* INET layer */ |
135 | 135 | ||
136 | struct rpc_timeout timeout; /* timeout parms */ | 136 | struct rpc_timeout timeout; /* timeout parms */ |
137 | struct sockaddr_in addr; /* server address */ | 137 | struct sockaddr_storage addr; /* server address */ |
138 | size_t addrlen; /* size of server address */ | ||
138 | int prot; /* IP protocol */ | 139 | int prot; /* IP protocol */ |
139 | 140 | ||
140 | unsigned long cong; /* current congestion */ | 141 | unsigned long cong; /* current congestion */ |