patch-2.2.18 linux/include/linux/nfsd/cache.h
Next file: linux/include/linux/nfsd/const.h
Previous file: linux/include/linux/nfs_xdr.h
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Tue Nov 28 17:27:01 2000
-  Orig file: 
v2.2.17/include/linux/nfsd/cache.h
-  Orig date: 
Fri Apr 21 23:25:10 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/linux/nfsd/cache.h linux/include/linux/nfsd/cache.h
@@ -25,9 +25,11 @@
 	unsigned char		c_state,	/* unused, inprog, done */
 				c_type,		/* status, buffer */
 				c_secure : 1;	/* req came from port < 1024 */
-	struct in_addr		c_client;
+	struct sockaddr_in	c_addr;
 	u32			c_xid;
+	u32			c_prot;
 	u32			c_proc;
+	u32			c_vers;
 	unsigned long		c_timestamp;
 	union {
 		struct svc_buf	u_buffer;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)