summaryrefslogtreecommitdiffstats
path: root/core/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/statistics.h')
-rw-r--r--core/statistics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/statistics.h b/core/statistics.h
index 015c3481e..732ae79cd 100644
--- a/core/statistics.h
+++ b/core/statistics.h
@@ -16,6 +16,8 @@ typedef struct
{
int period;
duration_t total_time;
+ /* total time of dives with non-zero average depth */
+ duration_t total_average_depth_time;
/* avg_time is simply total_time / nr -- let's not keep this */
duration_t shortest_time;
duration_t longest_time;