mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 04:13:35 +08:00
fix compilation
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user