diff options
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. |