mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix compilation
This commit is contained in:
parent
7e29218327
commit
dffad65f2f
|
@ -56,6 +56,7 @@ func (v *Volume) commitCompact() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func makeupDiff(newDatFile, newIdxFile, oldDatFile, oldIdxFile string) (err error) {
|
func makeupDiff(newDatFile, newIdxFile, oldDatFile, oldIdxFile string) (err error) {
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *Volume) copyDataAndGenerateIndexFile(dstName, idxName string) (err error) {
|
func (v *Volume) copyDataAndGenerateIndexFile(dstName, idxName string) (err error) {
|
||||||
|
|
Loading…
Reference in a new issue