From ed012411d3792e632d08344064e6ed680a40fc3f Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Fri, 22 Apr 2022 09:18:41 +0200 Subject: [PATCH] Add disable_cleaner field to CacheAttachConfig Signed-off-by: Robert Baldyga --- tests/functional/pyocf/types/cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/pyocf/types/cache.py b/tests/functional/pyocf/types/cache.py index 451886b..6f1b1d3 100644 --- a/tests/functional/pyocf/types/cache.py +++ b/tests/functional/pyocf/types/cache.py @@ -76,6 +76,7 @@ class CacheAttachConfig(Structure): ("_open_cores", c_bool), ("_force", c_bool), ("_discard_on_start", c_bool), + ("_disable_cleaner", c_bool) ]