Merge pull request #98 from imjfckm/master

Fix core_new_io
This commit is contained in:
Daniel Madej
2019-04-04 10:37:29 +02:00
committed by GitHub

View File

@@ -166,3 +166,5 @@ lib = OcfLib.getInstance()
lib.ocf_core_get_volume.restype = c_void_p lib.ocf_core_get_volume.restype = c_void_p
lib.ocf_volume_new_io.argtypes = [c_void_p] lib.ocf_volume_new_io.argtypes = [c_void_p]
lib.ocf_volume_new_io.restype = 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