mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
9edb7811ef
commit
dcfda29da6
4 changed files with 52 additions and 0 deletions
1
dive.h
1
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue