summaryrefslogtreecommitdiffstats
path: root/libdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Jef Driesen <jefdriesen@telenet.be>2014-01-07 20:38:36 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-09 09:30:05 +0800
commit8626778918b4dd5a304cbe970eded6cad759431b (patch)
tree33fb9288050be45c416c4cbd63cda97f1e4c86f9 /libdivecomputer.h
parent7d56e404fdd09c1ec24b966eb00ba31c8f87ba70 (diff)
downloadsubsurface-8626778918b4dd5a304cbe970eded6cad759431b.tar.gz
Write the event data to the libdivecomputer log.
For some devices, the event data contains important data that is required for parsing the dives, but which is not present in the full memory dump. Signed-off-by: Jef Driesen <jefdriesen@telenet.be> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'libdivecomputer.h')
-rw-r--r--libdivecomputer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdivecomputer.h b/libdivecomputer.h
index 754a98f44..8285f5a9f 100644
--- a/libdivecomputer.h
+++ b/libdivecomputer.h
@@ -26,6 +26,7 @@ typedef struct device_data_t {
bool force_download;
bool libdc_log;
bool libdc_dump;
+ FILE *libdc_logfile;
} device_data_t;
const char *do_libdivecomputer_import(device_data_t *data);