pyocf: Add argtype/restype for ocf_volume_create
Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
parent
15cef7aea9
commit
67024ebdb3
@ -917,3 +917,5 @@ lib.ocf_mngt_add_partition_to_cache.argtypes = [
|
|||||||
]
|
]
|
||||||
lib.ocf_mngt_cache_io_classes_configure.restype = c_int
|
lib.ocf_mngt_cache_io_classes_configure.restype = c_int
|
||||||
lib.ocf_mngt_cache_io_classes_configure.argtypes = [c_void_p, c_void_p]
|
lib.ocf_mngt_cache_io_classes_configure.argtypes = [c_void_p, c_void_p]
|
||||||
|
lib.ocf_volume_create.restype = c_int
|
||||||
|
lib.ocf_volume_create.argtypes = [c_void_p, c_void_p, c_void_p]
|
||||||
|
Loading…
Reference in New Issue
Block a user