Add disable_cleaner field to CacheAttachConfig

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2022-04-22 09:18:41 +02:00
parent 94aca1e8e4
commit ed012411d3

View File

@ -76,6 +76,7 @@ class CacheAttachConfig(Structure):
("_open_cores", c_bool),
("_force", c_bool),
("_discard_on_start", c_bool),
("_disable_cleaner", c_bool)
]