summaryrefslogtreecommitdiffstats
path: root/core/parse.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2019-01-03 06:56:48 +0200
committerGravatar Miika Turkia <miika.turkia@gmail.com>2019-01-03 06:56:48 +0200
commitfd5aad719208f35252bacc9a7a46c829fc631923 (patch)
treeb9134cfc1c10de77344532fbdb3c79b3db4050d8 /core/parse.h
parent5ae54f481c6c1f3ed73c9661ef9d27050ec9b350 (diff)
downloadsubsurface-fd5aad719208f35252bacc9a7a46c829fc631923.tar.gz
Use state structure for sample rate info
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'core/parse.h')
-rw-r--r--core/parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/parse.h b/core/parse.h
index d56609e79..31f549e20 100644
--- a/core/parse.h
+++ b/core/parse.h
@@ -55,6 +55,7 @@ struct parser_state {
int cur_cylinder_index, cur_ws_index;
int lastcylinderindex, next_o2_sensor;
int o2pressure_sensor;
+ int sample_rate;
struct extra_data cur_extra_data;
struct units xml_parsing_units;
struct dive_table *target_table; /* non-owning */