diff options
author | Jef Driesen <jefdriesen@telenet.be> | 2014-01-07 20:38:36 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-08 05:53:42 +0800 |
commit | 58f6a01a220bcdc25de2aac84a4eb5e49562d739 (patch) | |
tree | e53014c3cf78d0a44224d0681e61a3689d77fdce /libdivecomputer.h | |
parent | a32462c26b55ff1d28ec9d126655828511a89c35 (diff) | |
download | subsurface-58f6a01a220bcdc25de2aac84a4eb5e49562d739.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.h | 1 |
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); |