diff options
author | rsc <devnull@localhost> | 2006-05-05 02:42:57 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-05-05 02:42:57 +0000 |
commit | 11b0772a33026b44fd0a7f8a8d757d2f6a218878 (patch) | |
tree | f368461028e0234fa5d15261c0a8c8fe5e823cf2 /include | |
parent | fdd0f8415f3253ef59943fd76e9afbb43f66352e (diff) | |
download | plan9port-11b0772a33026b44fd0a7f8a8d757d2f6a218878.tar.gz plan9port-11b0772a33026b44fd0a7f8a8d757d2f6a218878.tar.bz2 plan9port-11b0772a33026b44fd0a7f8a8d757d2f6a218878.zip |
extra
Diffstat (limited to 'include')
-rw-r--r-- | include/nfs3.h | 1 | ||||
-rw-r--r-- | include/venti.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/nfs3.h b/include/nfs3.h index 618fa7b7..bec0d1d5 100644 --- a/include/nfs3.h +++ b/include/nfs3.h @@ -661,6 +661,7 @@ struct Nfs3TReadDirPlus { struct Nfs3Entry { u64int fileid; char *name; + uint namelen; u64int cookie; u1int haveAttr; Nfs3Attr attr; diff --git a/include/venti.h b/include/venti.h index 1b239af9..c4538a90 100644 --- a/include/venti.h +++ b/include/venti.h @@ -430,6 +430,7 @@ VtBlock *vtblockcopy(VtBlock*); void vtblockduplock(VtBlock*); extern int vtcachencopy, vtcachenread, vtcachenwrite; +extern int vttracelevel; /* * Hash tree file tree. |