From e6d55cba85fc49b3dfac8150c397540bda369847 Mon Sep 17 00:00:00 2001 From: Marian Gasparovic Date: Sun, 4 Feb 2018 18:36:36 +0100 Subject: Scaling network graph using thresholds defined by user --- multiload/global.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'multiload/global.h') 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; -- cgit v1.2.1