Add missing context size to pipeline properties

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2019-03-22 10:27:16 +01:00
parent 2a2f14ec42
commit 9c72aed559

View File

@ -528,6 +528,7 @@ out:
} }
struct ocf_pipeline_properties ocf_mngt_cache_add_core_pipeline_properties = { struct ocf_pipeline_properties ocf_mngt_cache_add_core_pipeline_properties = {
.priv_size = sizeof(struct ocf_cache_add_core_context),
.finish = ocf_mngt_cache_add_core_finish, .finish = ocf_mngt_cache_add_core_finish,
.steps = { .steps = {
OCF_PL_STEP(ocf_mngt_cache_add_core_prepare), OCF_PL_STEP(ocf_mngt_cache_add_core_prepare),