aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-25 13:40:48 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-25 13:40:48 +0200
commitde4fc4b7e7b4302388cc1f778025f0843ef4ab24 (patch)
treeacdd35e6ecf220f06b236f25574b8ef8f3463fb9 /include
parente0e98b7b747f63c1b8fccd035592e3684fdb2691 (diff)
Do the statistics acocunting through data writer hooks
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/data_writer.h1
1 files changed, 1 insertions, 0 deletions
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;