diff -r 1564b60558b1 -r 55bcbf92ecab brewco/brewco.h --- a/brewco/brewco.h Tue Dec 22 15:59:26 2015 +0100 +++ b/brewco/brewco.h Tue Dec 22 21:07:14 2015 +0100 @@ -316,6 +316,7 @@ typedef struct _brew_session { char *uuid_recipe; /* Brewing this recipe */ char *uuid_unit; /* Brewing unit */ + char *name; /* Session name */ int brewstep; /* Main steps */ int mashstep; /* Mash step */ int timeout; /* Generic time downcouner */