Skip to content

Commit 2b49867

Browse files
mmkayPLJan Musial
authored andcommitted
Fix OCF example build
Signed-off-by: Kozlowski Mateusz <[email protected]>
1 parent 4aff637 commit 2b49867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/simple/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ int initialize_cache(ocf_ctx_t ctx, ocf_cache_t *cache)
126126
return -ENOMEM;
127127

128128
/* Start cache */
129-
ret = ocf_mngt_cache_start(ctx, cache, &cache_cfg);
129+
ret = ocf_mngt_cache_start(ctx, cache, &cache_cfg, NULL);
130130
if (ret)
131131
goto err_priv;
132132

0 commit comments

Comments
 (0)