mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
debugging
This commit is contained in:
parent
9f4a65a0d8
commit
d407972b54
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ struct Fsys
|
|||
Nfs3Status (*_readlink)(Fsys *fsys, SunAuthUnix*, Nfs3Handle *h, char **link);
|
||||
|
||||
void *priv;
|
||||
|
||||
u64int (*fileblock)(Fsys *fsys, Nfs3Handle *h, u64int offset);
|
||||
};
|
||||
|
||||
struct Handle
|
||||
|
|
Loading…
Reference in a new issue