diff options
author | rsc <devnull@localhost> | 2005-07-28 05:16:57 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-28 05:16:57 +0000 |
commit | d407972b54c11282a62788f5d1812ac6603c4234 (patch) | |
tree | 1060ac2d6af5aa7cfffe77f85605a25d07f02748 | |
parent | 9f4a65a0d84b460b55b1177ed9dc5917bb6d20e9 (diff) | |
download | plan9port-d407972b54c11282a62788f5d1812ac6603c4234.tar.gz plan9port-d407972b54c11282a62788f5d1812ac6603c4234.tar.bz2 plan9port-d407972b54c11282a62788f5d1812ac6603c4234.zip |
debugging
-rw-r--r-- | include/diskfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/diskfs.h b/include/diskfs.h index 9d69bfff..df28e606 100644 --- a/include/diskfs.h +++ b/include/diskfs.h @@ -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 |