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>
This commit is contained in:
Dirk Hohndel 2015-02-11 11:22:00 -08:00
parent 9edb7811ef
commit dcfda29da6
4 changed files with 52 additions and 0 deletions

1
dive.h
View file

@ -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;