mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
ecff0922d4
commit
0917436729
1 changed files with 1 additions and 0 deletions
1
dive.h
1
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 {
|
||||
|
|
Loading…
Reference in a new issue