Add wrapper for cache_config_set_default
Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
parent
6f1080d6a8
commit
bfee654770
12
tests/functional/pyocf/wrappers/ocf_mngt_wrappers.c
Normal file
12
tests/functional/pyocf/wrappers/ocf_mngt_wrappers.c
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
/*
|
||||
* Copyright(c) 2022 Intel Corporation
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include "ocf/ocf_mngt.h"
|
||||
|
||||
void ocf_mngt_cache_config_set_default_wrapper(struct ocf_mngt_cache_config *cfg)
|
||||
{
|
||||
ocf_mngt_cache_config_set_default(cfg);
|
||||
}
|
Loading…
Reference in New Issue
Block a user