diff options
Diffstat (limited to 'lib/Loadbars/Shared.pm')
| -rw-r--r-- | lib/Loadbars/Shared.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm index 01dc9fc..362161f 100644 --- a/lib/Loadbars/Shared.pm +++ b/lib/Loadbars/Shared.pm @@ -7,6 +7,7 @@ use base 'Exporter'; our @EXPORT = qw( %PIDS %CPUSTATS + %NETSTATS_LASTUPDATE %AVGSTATS %AVGSTATS_HAS %MEMSTATS @@ -30,6 +31,7 @@ our %MEMSTATS_HAS : shared; our %NETSTATS : shared; our %NETSTATS_HAS : shared; our %NETSTATS_INT : shared; +our %NETSTATS_LASTUPDATE : shared; # Global configuration hash our %C : shared; @@ -41,6 +43,7 @@ our %I : shared; %C = ( title => undef, average => 15, + netaverage => 5, barwidth => 35, extended => 0, factor => 1, |
