Use new functions for creating and destroying ocf_ctx

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2019-05-22 16:33:40 +02:00
parent 077956f9a9
commit 00dae3bd2f
3 changed files with 6 additions and 6 deletions

View File

@@ -74,6 +74,6 @@ void cas_ctx_data_free(ctx_data_t *ctx_data);
void cas_ctx_data_secure_erase(ctx_data_t *ctx_data);
int cas_initialize_context(void);
int cas_cleanup_context(void);
void cas_cleanup_context(void);
#endif /* __CONTEXT_H__ */