diff -r 0882292322b3 -r 264e5ee5abfc thermferm/thermferm.h --- a/thermferm/thermferm.h Fri Jul 25 23:28:44 2014 +0200 +++ b/thermferm/thermferm.h Sat Jul 26 13:18:00 2014 +0200 @@ -125,6 +125,7 @@ int version; /* Version 1 */ char *uuid; /* Profile uuid */ char *name; /* Profile name */ + int busy; /* Profile busy == 1, free == 0 */ prof_step *steps; /* Profile steps */ } profiles_list;