Fix core_new_io
Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
parent
a8eac88778
commit
753ab00331
@ -166,3 +166,5 @@ lib = OcfLib.getInstance()
|
||||
lib.ocf_core_get_volume.restype = c_void_p
|
||||
lib.ocf_volume_new_io.argtypes = [c_void_p]
|
||||
lib.ocf_volume_new_io.restype = c_void_p
|
||||
lib.ocf_core_get_volume.argtypes = [c_void_p]
|
||||
lib.ocf_core_get_volume.restype = c_void_p
|
||||
|
Loading…
Reference in New Issue
Block a user