Add missing context size to pipeline properties
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
2a2f14ec42
commit
9c72aed559
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user