tango_cache_read_result等函数参数调整
This commit is contained in:
2
cache/src/tango_cache_client.cpp
vendored
2
cache/src/tango_cache_client.cpp
vendored
@@ -109,7 +109,7 @@ void tango_cache_get_statistics(const struct tango_cache_instance *instance, str
|
||||
out->memory_used = instance->statistic.memory_used;
|
||||
}
|
||||
|
||||
struct tango_cache_result *tango_cache_read_result(void *promise_result)
|
||||
struct tango_cache_result *tango_cache_read_result(future_result_t *promise_result)
|
||||
{
|
||||
return (struct tango_cache_result *)promise_result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user