Fixed a build error.

geesefs-0-30-9
Aaron Jacobs 2015-02-27 09:50:00 +11:00
parent 659549469d
commit f306589a4e
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ type FileSystem interface {
// (Cf. http://goo.gl/tvYyQt)
type InodeID uint64
// An opaque 64-bit number used to identify a particular open handle to a file
// or directory.
//
// This corresponds to fuse_file_info::fh.
type HandleID uint64
// A distinguished inode ID that identifies the root of the file system, e.g.
// in a request to OpenDir or LookUpInode. Unlike all other inode IDs, which
// are minted by the file system, the FUSE VFS layer may send a request for