1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-17 00:41:41 +02:00

fix build

This commit is contained in:
Chris Lu 2020-01-31 00:59:48 -08:00
parent beb0a1599e
commit fb19263a71

View file

@ -21,7 +21,7 @@ func (store *TikvStore) GetName() string {
return "tikv"
}
func (store *TikvStore) Initialize(configuration weed_util.Configuration) (err error) {
func (store *TikvStore) Initialize(configuration weed_util.Configuration, prefix string) (err error) {
return fmt.Errorf("not implemented for 32 bit computers")
}