summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index bcaeda9d2..625ea4351 100644
--- a/dive.h
+++ b/dive.h
@@ -268,6 +268,8 @@ struct sample {
bool in_deco;
int cns;
int po2;
+ int heartbeat;
+ int bearing;
};
struct divetag {