Comment meaning of preference variables

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2015-08-23 16:00:02 +02:00 committed by Dirk Hohndel
parent 7bfc8bc1fe
commit 120d09181d

4
pref.h
View file

@ -75,7 +75,7 @@ struct preferences {
short tankbar; short tankbar;
short save_userid_local; short save_userid_local;
char *userid; char *userid;
int ascrate75; int ascrate75; // All rates in mm / sec
int ascrate50; int ascrate50;
int ascratestops; int ascratestops;
int ascratelast6m; int ascratelast6m;
@ -90,7 +90,7 @@ struct preferences {
char *proxy_pass; char *proxy_pass;
bool doo2breaks; bool doo2breaks;
bool drop_stone_mode; bool drop_stone_mode;
bool last_stop; bool last_stop; // At 6m?
bool verbatim_plan; bool verbatim_plan;
bool display_runtime; bool display_runtime;
bool display_duration; bool display_duration;