diff options
author | 2019-01-03 06:56:48 +0200 | |
---|---|---|
committer | 2019-01-22 13:04:36 +1300 | |
commit | ddac55a3f12bd11fc8b3c412c919d1d9312b3a9c (patch) | |
tree | 62d539db74a670e24989fa952f84f8f4ff2388db /core/parse.h | |
parent | 5a9a7f005f3194dac786055ac50cfa230f1e0434 (diff) | |
download | subsurface-ddac55a3f12bd11fc8b3c412c919d1d9312b3a9c.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.h | 1 |
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 */ |