diff options
| author | Frank van Maarseveen <frankvm@frankvm.com> | 2007-07-09 16:21:39 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-07-10 23:40:49 -0400 |
| commit | a97476926ec061f90b77da478620ea6dc71a3237 (patch) | |
| tree | 0b6ad42f5cca4484ce702cf3fcb016b52ec17cef /include/linux/sunrpc | |
| parent | 96802a095171f5b35cf0e1e0d4be943e6696a253 (diff) | |
SUNRPC server: record the destination address of a request
Save the destination address of an incoming request over TCP like is
done already for UDP. It is necessary later for callbacks by the server.
Signed-off-by: Frank van Maarseveen <frankvm@frankvm.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/svcsock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svcsock.h b/include/linux/sunrpc/svcsock.h index e21dd93ac4b7..a53e0fa855d2 100644 --- a/include/linux/sunrpc/svcsock.h +++ b/include/linux/sunrpc/svcsock.h | |||
| @@ -59,6 +59,7 @@ struct svc_sock { | |||
| 59 | /* cache of various info for TCP sockets */ | 59 | /* cache of various info for TCP sockets */ |
| 60 | void *sk_info_authunix; | 60 | void *sk_info_authunix; |
| 61 | 61 | ||
| 62 | struct sockaddr_storage sk_local; /* local address */ | ||
| 62 | struct sockaddr_storage sk_remote; /* remote peer's address */ | 63 | struct sockaddr_storage sk_remote; /* remote peer's address */ |
| 63 | int sk_remotelen; /* length of address */ | 64 | int sk_remotelen; /* length of address */ |
| 64 | }; | 65 | }; |
