summaryrefslogtreecommitdiffstats
path: root/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'profile.h')
-rw-r--r--profile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/profile.h b/profile.h
index 384a17bf3..05fe1359d 100644
--- a/profile.h
+++ b/profile.h
@@ -31,6 +31,7 @@ struct plot_data {
int depth;
int ceiling;
int ceilings[16];
+ int percentages[16];
int ndl;
int tts;
int stoptime;
@@ -55,6 +56,8 @@ struct plot_data {
int pressure_time;
int heartbeat;
int bearing;
+ double ambpressure;
+ double gfline;
};
struct ev_select {