summaryrefslogtreecommitdiff
path: root/multiload/global.h
diff options
context:
space:
mode:
authorMarian Gasparovic <[email protected]>2018-02-04 18:36:36 +0100
committerraveit65 <[email protected]>2018-02-04 19:15:28 +0100
commite6d55cba85fc49b3dfac8150c397540bda369847 (patch)
treede6d8272b079641679b718258d4be7d9adc1594d /multiload/global.h
parent560c27fb0638d41fe39ad0e0719dd6153b17eea0 (diff)
downloadmate-applets-e6d55cba85fc49b3dfac8150c397540bda369847.tar.bz2
mate-applets-e6d55cba85fc49b3dfac8150c397540bda369847.tar.xz
Scaling network graph using thresholds defined by user
Diffstat (limited to 'multiload/global.h')
-rw-r--r--multiload/global.h4
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;