summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/rpc/svc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/rpc/svc.h b/sys/rpc/svc.h
index eac9bc0..73c4414 100644
--- a/sys/rpc/svc.h
+++ b/sys/rpc/svc.h
@@ -165,6 +165,7 @@ typedef struct __rpc_svcxprt {
int xp_type; /* transport type */
int xp_idletimeout; /* idle time before closing */
time_t xp_lastactive; /* time of last RPC */
+ u_int64_t xp_sockref; /* set by nfsv4 to identify socket */
#else
int xp_fd;
u_short xp_port; /* associated port number */
OpenPOWER on IntegriCloud