Commit f069a557 authored by Aaron Jacobs's avatar Aaron Jacobs

Defined DirOffset.

parent 553f711c
...@@ -104,6 +104,11 @@ type GenerationNumber uint64 ...@@ -104,6 +104,11 @@ type GenerationNumber uint64
// This corresponds to fuse_file_info::fh. // This corresponds to fuse_file_info::fh.
type HandleID uint64 type HandleID uint64
// An offset into an open directory handle. This is opaque to FUSE, and can be
// used for whatever purpose the file system desires. See notes on
// ReadDirRequest.Offset for details.
type DirOffset uint64
// XXX: Comments for all // XXX: Comments for all
type Dirent struct { type Dirent struct {
Inode InodeID Inode InodeID
......
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