linux-afs-translator-xen-20060731
[openafs.git] / src / afs / nfsclient.h
index 0db9d3c..fa96f0b 100644 (file)
@@ -28,6 +28,7 @@ struct nfsclientpag {
     afs_int32 uid;             /* search based on uid and ... */
     afs_int32 host;            /* ... nfs client's host ip address */
     afs_int32 pag;             /* active pag for all  (uid, host) "unpaged" conns */
+    afs_int32 client_uid;       /* actual UID on client */
     char *sysname[MAXNUMSYSNAMES];/* user's "@sys" value; also kept in unixuser */
     int sysnamecount;           /*  number of sysnames */
     afs_int32 lastcall;                /*  Used for timing out nfsclientpag structs  */