diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -223,6 +223,9 @@ struct sample { temperature_t temperature; pressure_t cylinderpressure; int cylinderindex; + duration_t ndl; + duration_t stoptime; + depth_t stopdepth; }; /* |