mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
extra
This commit is contained in:
parent
fdd0f8415f
commit
11b0772a33
2 changed files with 2 additions and 0 deletions
|
@ -661,6 +661,7 @@ struct Nfs3TReadDirPlus {
|
|||
struct Nfs3Entry {
|
||||
u64int fileid;
|
||||
char *name;
|
||||
uint namelen;
|
||||
u64int cookie;
|
||||
u1int haveAttr;
|
||||
Nfs3Attr attr;
|
||||
|
|
|
@ -430,6 +430,7 @@ VtBlock *vtblockcopy(VtBlock*);
|
|||
void vtblockduplock(VtBlock*);
|
||||
|
||||
extern int vtcachencopy, vtcachenread, vtcachenwrite;
|
||||
extern int vttracelevel;
|
||||
|
||||
/*
|
||||
* Hash tree file tree.
|
||||
|
|
Loading…
Reference in a new issue