supermon: return Type in Catalog results

This commit is contained in:
Zellyn Hunter 2016-11-16 21:43:36 -05:00
parent 9991af82bc
commit d738d0a2b2

View File

@ -294,6 +294,7 @@ func (o operator) Catalog(subdir string) ([]disk.Descriptor, error) {
Sectors: l,
Length: l * 256,
Locked: false,
Type: disk.FiletypeBinary,
})
}
return descs, nil