summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 28ea79926..757860900 100644
--- a/dive.h
+++ b/dive.h
@@ -607,7 +607,9 @@ struct divedatapoint {
struct diveplan {
timestamp_t when;
- int surface_pressure;
+ int surface_pressure; /* mbar */
+ int bottomsac; /* ml/min */
+ int decosac; /* ml/min */
struct divedatapoint *dp;
};