Fix core volume lifecycle management

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2020-08-21 16:27:06 +02:00
parent 1d7762d095
commit 0dfdcb05e9
6 changed files with 22 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
#ifndef __OCF_MNGT_COMMON_H__
#define __OCF_MNGT_COMMON_H__
int cache_mngt_core_close(ocf_core_t core);
void cache_mngt_core_deinit(ocf_core_t core);
void cache_mngt_core_remove_from_meta(ocf_core_t core);