summaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-12-12 22:58:53 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-20 15:20:44 -0700
commit329641fdcdf7759d430aea2d2a115550bc5caf62 (patch)
tree45e4e272f86c2f1429b3c9fff4e9f435bf9392a7 /core/dive.h
parentef821d7d94bbc69337c36f26a25d819e340b14f5 (diff)
downloadsubsurface-329641fdcdf7759d430aea2d2a115550bc5caf62.tar.gz
Core: introduce invalid flag for dives
Implement reading/writing the flag from/to XML/git. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dive.h b/core/dive.h
index 95623d653..1e5ca873d 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -172,6 +172,7 @@ struct dive {
bool selected;
bool hidden_by_filter;
struct full_text_cache *full_text; /* word cache for full text search */
+ bool invalid;
};
/* For the top-level list: an entry is either a dive or a trip */