Merge pull request #854 from robertbaldyga/request-cleanup

A little cleanup between ocf_request and ocf_io
This commit is contained in:
Robert Baldyga
2025-02-04 15:20:44 +01:00
committed by GitHub
5 changed files with 18 additions and 52 deletions

View File

@@ -81,9 +81,6 @@ class Io(Structure):
def put(self):
OcfLib.getInstance().ocf_io_put(byref(self))
def get(self):
OcfLib.getInstance().ocf_io_get(byref(self))
@staticmethod
@END
def c_end(io, priv1, priv2, err):