Introduce pass-through block stats

Signed-off-by: Sara Merzel <sara.merzel@huawei.com>
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
This commit is contained in:
Sara Merzel
2023-02-22 11:27:55 -05:00
committed by Michal Mielewczyk
parent 3ebf6e64c1
commit 835eb708b5
8 changed files with 62 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* Copyright(c) 2024 Huawei Technologies
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -118,6 +119,9 @@ struct ocf_stats_blocks {
struct ocf_stat volume_rd;
struct ocf_stat volume_wr;
struct ocf_stat volume_total;
struct ocf_stat pass_through_rd;
struct ocf_stat pass_through_wr;
struct ocf_stat pass_through_total;
};
/**