diff options
Diffstat (limited to 'profile.h')
-rw-r--r-- | profile.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |