Show average max depth in yearly statistics

this was requested in #1854 and I think this suggestion makes sense

Fixes #1854

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2018-12-16 20:52:34 +01:00 committed by bstoeger
parent 99561484ad
commit ac8db01873
5 changed files with 12 additions and 0 deletions

View file

@ -24,6 +24,7 @@ typedef struct
depth_t max_depth;
depth_t min_depth;
depth_t avg_depth;
depth_t combined_max_depth;
volume_t max_sac;
volume_t min_sac;
volume_t avg_sac;