From de4fc4b7e7b4302388cc1f778025f0843ef4ab24 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 25 Sep 2019 13:40:48 +0200 Subject: Do the statistics acocunting through data writer hooks Signed-off-by: David Oberhollenzer --- include/data_writer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/data_writer.h') diff --git a/include/data_writer.h b/include/data_writer.h index 1ff0d69..e29881b 100644 --- a/include/data_writer.h +++ b/include/data_writer.h @@ -24,6 +24,7 @@ typedef struct { size_t sparse_blocks; size_t frag_count; size_t frag_dup; + uint64_t bytes_written; uint64_t bytes_read; } data_writer_stats_t; -- cgit v1.2.3