Merge pull request #81 from robertbaldyga/add-missing-context-size

Add missing context size to pipeline properties
This commit is contained in:
Adam Rutkowski 2019-03-22 10:37:57 +01:00 committed by GitHub
commit 82fe4c04ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -528,6 +528,7 @@ out:
}
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,
.steps = {
OCF_PL_STEP(ocf_mngt_cache_add_core_prepare),