diff options
Diffstat (limited to 'multiload/global.h')
-rw-r--r-- | multiload/global.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multiload/global.h b/multiload/global.h index 2c88c579..606db7e4 100644 --- a/multiload/global.h +++ b/multiload/global.h @@ -49,6 +49,10 @@ struct _LoadGraph { double loadavg1; NetSpeed *netspeed_in; NetSpeed *netspeed_out; + guint net_threshold; + guint net_threshold1; + guint net_threshold2; + guint net_threshold3; gboolean visible; gboolean tooltip_update; |