Commit 8922a4da authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Document DirEntryList.

parent b248a511
...@@ -24,6 +24,8 @@ func (d DirEntry) String() string { ...@@ -24,6 +24,8 @@ func (d DirEntry) String() string {
return fmt.Sprintf("%o: %q", d.Mode, d.Name) return fmt.Sprintf("%o: %q", d.Mode, d.Name)
} }
// DirEntryList holds the return value for READDIR and READDIRPLUS
// opcodes.
type DirEntryList struct { type DirEntryList struct {
buf []byte buf []byte
size int size int
......
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