summaryrefslogtreecommitdiffstats
path: root/core/metadata.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-14 08:20:47 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-14 08:20:47 -0700
commit55336bd7ad27e23a78cf51626cbc1eef7a22aa42 (patch)
treee44ca404b9269265dc7029588c1394ef3d581f93 /core/metadata.h
parentdc22747cb02caff55da809da234fd7ad1cf23f27 (diff)
parentcf73afb452a2c09c79ccf0972cce8b4a7084e561 (diff)
downloadsubsurface-55336bd7ad27e23a78cf51626cbc1eef7a22aa42.tar.gz
Merge branch 'metadata' of https://github.com/bstoeger/subsurface
Diffstat (limited to 'core/metadata.h')
-rw-r--r--core/metadata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/metadata.h b/core/metadata.h
index da2a9c3d2..4470bdc88 100644
--- a/core/metadata.h
+++ b/core/metadata.h
@@ -5,6 +5,7 @@
struct metadata {
timestamp_t timestamp;
+ duration_t duration;
degrees_t latitude;
degrees_t longitude;
};