Add disable_cleaner field to CacheAttachConfig
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
94aca1e8e4
commit
ed012411d3
@ -76,6 +76,7 @@ class CacheAttachConfig(Structure):
|
||||
("_open_cores", c_bool),
|
||||
("_force", c_bool),
|
||||
("_discard_on_start", c_bool),
|
||||
("_disable_cleaner", c_bool)
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user