diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-01-07 09:31:12 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-01-07 09:31:12 -0800 |
commit | da52440963ac8920acab82502114b74c98e170a1 (patch) | |
tree | 1c00748693887e0418ff875ab9ba8722f081a98b /core/parse.h | |
parent | 4b7b0f2dec7c5106683c1d42e38a59b01308b71a (diff) | |
parent | fd5aad719208f35252bacc9a7a46c829fc631923 (diff) | |
download | subsurface-da52440963ac8920acab82502114b74c98e170a1.tar.gz |
Merge branch 'shearwater_cloud' of https://github.com/mturkia/subsurface
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 */ |