summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Shared.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-06-23 17:18:16 +0200
committerPaul Buetow <paul@buetow.org>2012-06-23 17:18:16 +0200
commit1ab5f6d017ac0f115df4a0160c1d87b7dc6f35ad (patch)
tree4fdb07844a3967d09d2248c8fd7d3243a6ea5e2f /lib/Loadbars/Shared.pm
parent12bc3f5c6c644f87ae597357d57e40eddc94d396 (diff)
fix avg stats bug
Diffstat (limited to 'lib/Loadbars/Shared.pm')
-rw-r--r--lib/Loadbars/Shared.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm
index f8d04a4..17b2a69 100644
--- a/lib/Loadbars/Shared.pm
+++ b/lib/Loadbars/Shared.pm
@@ -6,8 +6,9 @@ use base 'Exporter';
our @EXPORT = qw(
%PIDS
- %AVGSTATS
%CPUSTATS
+ %AVGSTATS
+ %AVGSTATS_HAS
%MEMSTATS
%MEMSTATS_HAS
%NETSTATS
@@ -17,8 +18,9 @@ our @EXPORT = qw(
);
our %PIDS : shared;
-our %AVGSTATS : shared;
our %CPUSTATS : shared;
+our %AVGSTATS : shared;
+our %AVGSTATS_HAS : shared;
our %MEMSTATS : shared;
our %MEMSTATS_HAS : shared;
our %NETSTATS : shared;