Browse Source

fix compilation

pull/378/head
Chris Lu 9 years ago
parent
commit
dffad65f2f
  1. 1
      weed/storage/volume_vacuum.go

1
weed/storage/volume_vacuum.go

@ -56,6 +56,7 @@ func (v *Volume) commitCompact() error {
}
func makeupDiff(newDatFile, newIdxFile, oldDatFile, oldIdxFile string) (err error) {
return nil
}
func (v *Volume) copyDataAndGenerateIndexFile(dstName, idxName string) (err error) {

Loading…
Cancel
Save