From: Linus Torvalds Date: Sun, 4 Sep 2011 18:32:30 +0000 (-0700) Subject: Add placeholder for cylinder type description X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=09174367294c399265954a9e2770427e5ee251ba;p=ext%2Fsubsurface.git 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 --- diff --git a/dive.h b/dive.h index c6c545d..2d03ee7 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 {