fix compilation

This commit is contained in:
Chris Lu 2016-09-26 22:30:44 -07:00
parent 7e29218327
commit dffad65f2f

View file

@ -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) {