aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r--src/tool_cfgable.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index f27a8e24e..adbb44627 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -64,7 +64,9 @@ struct Configurable {
char *range;
long low_speed_limit;
long low_speed_time;
- bool showerror;
+ int showerror; /* -1 == unset, default => show errors
+ 0 => -s is used to NOT show errors
+ 1 => -S has been used to show errors */
char *userpwd;
char *tls_username;
char *tls_password;