summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-04 11:32:30 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-04 11:34:50 -0700
commit09174367294c399265954a9e2770427e5ee251ba (patch)
tree0530e3645c5fb64918e3001e803ed1d52c8b8098 /dive.h
parentecff0922d43edeb361769755d49e84d1b02caa90 (diff)
downloadsubsurface-09174367294c399265954a9e2770427e5ee251ba.tar.gz
Add placeholder for cylinder type description
So we don't want to save working pressure, but cylinder type knowledge would be lovely and useful. And we can probably make a good initial guess, or at least let people fill it in later. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.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 c6c545dcc..2d03ee7cd 100644
--- a/dive.h
+++ b/dive.h
@@ -75,6 +75,7 @@ typedef struct {
typedef struct {
volume_t size;
pressure_t workingpressure;
+ const char *description; /* "LP85", "AL72", "AL80", "HP100+" or whatever */
} cylinder_type_t;
typedef struct {