aboutsummaryrefslogtreecommitdiff
path: root/include/data_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/data_writer.h')
-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;