summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-11 11:22:00 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-12 11:18:12 -0800
commitdcfda29da6d5539c602935f3518749942dad2153 (patch)
tree09d16c0933950f450c96af489c2d167a3db36648 /dive.h
parent9edb7811ef3366cf5ee378a07adb7121fab8630a (diff)
downloadsubsurface-dcfda29da6d5539c602935f3518749942dad2153.tar.gz
Add dive site data structure
This leaves location and gps coordinates in the struct dive to allow a step by step migration. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index a5d0e8712..2c9ef3336 100644
--- a/dive.h
+++ b/dive.h
@@ -319,6 +319,7 @@ struct dive {
bool downloaded;
timestamp_t when;
char *location;
+ uint32_t dive_site_uuid;
char *notes;
char *divemaster, *buddy;
int rating;