hiredis-vip-0.3.0.zip编译修正
This commit is contained in:
4
cache/src/object_store_client.cpp
vendored
4
cache/src/object_store_client.cpp
vendored
@@ -104,9 +104,9 @@ int object_store_head_object(struct object_store_instance *instance, struct futu
|
||||
return cache_evbase_head_object(instance->instances[rand()%instance->instance_num], f, meta);
|
||||
}
|
||||
|
||||
int object_store_delete_object(struct object_store_instance *instance, struct future* f, const char *objkey)
|
||||
int object_store_delete_object(struct object_store_instance *instance, struct future* f, const char *objkey, const char *minio_addr, const char *bucket)
|
||||
{
|
||||
return cache_evbase_delete_object(instance->instances[rand()%instance->instance_num], f, objkey);
|
||||
return cache_evbase_delete_object(instance->instances[rand()%instance->instance_num], f, objkey, minio_addr, bucket);
|
||||
}
|
||||
|
||||
struct object_store_instance *object_store_instance_new(const char* profile_path, const char* section, int thread_num, void *runtimelog)
|
||||
|
||||
Reference in New Issue
Block a user