Date: Thu, 16 Apr 2009 16:26:35 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/rpc svc.h Message-ID: <200904161626.n3GGQlRR030939@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-04-16 16:26:35 UTC
FreeBSD src repository
Modified files:
sys/rpc svc.h
Log:
SVN rev 191145 on 2009-04-16 16:26:35Z by rmacklem
Added a field to the SVCXPRT structure that the nfsv4 server can
use to identify if the socket is the same one that a cached request
came in on. It is set by nfsrvd_addsock() to a unique value generated
by incrementing an unsigned 64bit static variable for each assignment
and then the value of xp_sockref is tested to see if it is equal to
the value that was saved with the cached reply.
Submitted by: rmacklem
Reviewed by: dfr
Approved by: kib (mentor)
Revision Changes Path
1.3 +1 -0 src/sys/rpc/svc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904161626.n3GGQlRR030939>
