TSG-15381 TFE适配MAAT4的maat_plugin_table_get_ex_data()接口变更
This commit is contained in:
@@ -1088,7 +1088,7 @@ enum cache_pending_result web_cache_async_pending(struct cache_handle* handle, u
|
||||
|
||||
if(ret==MAAT_SCAN_HIT)
|
||||
{
|
||||
ex_data=maat_plugin_table_get_ex_data(handle->ref_feather, handle->cache_param_idx, (const char *)&cache_policy);
|
||||
ex_data=maat_plugin_table_get_ex_data(handle->ref_feather, handle->cache_param_idx, (const char *)&cache_policy, sizeof(cache_policy));
|
||||
if(ex_data!=NULL)
|
||||
{
|
||||
param=(struct cache_param*)ex_data;
|
||||
|
||||
Reference in New Issue
Block a user