diff --git a/tests/functional/pyocf/types/stats/cache.py b/tests/functional/pyocf/types/stats/cache.py index 3aaaaf512..4566aa6e7 100644 --- a/tests/functional/pyocf/types/stats/cache.py +++ b/tests/functional/pyocf/types/stats/cache.py @@ -1,5 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation +# Copyright(c) 2026 Unvertical # SPDX-License-Identifier: BSD-3-Clause # @@ -35,4 +36,5 @@ class CacheInfo(Structure): ("core_count", c_uint32), ("metadata_footprint", c_uint64), ("metadata_end_offset", c_uint32), + ("standby_detached", c_bool), ]