Merge pull request #81 from robertbaldyga/add-missing-context-size
Add missing context size to pipeline properties
This commit is contained in:
commit
82fe4c04ee
@ -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