pyocf: add ocf_core_get_uuid() wrapper
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
parent
c7144decf8
commit
58dac85f7b
14
tests/functional/pyocf/wrappers/ocf_core_wrappers.c
Normal file
14
tests/functional/pyocf/wrappers/ocf_core_wrappers.c
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright(c) 2021-2022 Intel Corporation
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include "ocf/ocf_io.h"
|
||||
#include "ocf/ocf_core.h"
|
||||
|
||||
const struct ocf_volume_uuid *ocf_core_get_uuid_wrapper(ocf_core_t core)
|
||||
{
|
||||
return ocf_core_get_uuid(core);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user