Commit 2bf317ef authored by Aaron Jacobs's avatar Aaron Jacobs

Corrected the notion of Dirent.Offset.

parent b0fb0356
...@@ -15,8 +15,8 @@ type DirentType bazilfuse.DirentType ...@@ -15,8 +15,8 @@ type DirentType bazilfuse.DirentType
// A struct representing an entry within a directory file, describing a child. // A struct representing an entry within a directory file, describing a child.
// See notes on fuse.ReadDirResponse and on AppendDirent for details. // See notes on fuse.ReadDirResponse and on AppendDirent for details.
type Dirent struct { type Dirent struct {
// The (opaque) offset within the directory file of this entry. See notes on // The (opaque) offset within the directory file of the entry following this
// fuse.ReadDirRequest.Offset for details. // one. See notes on fuse.ReadDirRequest.Offset for details.
Offset fuse.DirOffset Offset fuse.DirOffset
// The inode of the child file or directory, and its name within the parent. // The inode of the child file or directory, and its name within the parent.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment