Fix OCF example build

Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com>
This commit is contained in:
Kozlowski Mateusz 2021-05-14 10:50:57 +02:00 committed by Jan Musial
parent 4aff637e57
commit 2b498673f0

View File

@ -126,7 +126,7 @@ int initialize_cache(ocf_ctx_t ctx, ocf_cache_t *cache)
return -ENOMEM;
/* Start cache */
ret = ocf_mngt_cache_start(ctx, cache, &cache_cfg);
ret = ocf_mngt_cache_start(ctx, cache, &cache_cfg, NULL);
if (ret)
goto err_priv;