tango_cache_read_result等函数参数调整

This commit is contained in:
zhangchengwei
2018-10-15 16:53:04 +08:00
parent ece26bbf60
commit 02deaba59d
3 changed files with 5 additions and 5 deletions

View File

@@ -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;
}