From f337b86c16a8e57c5423ec1d2cf947fe3a1f53cb Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Tue, 26 Nov 2013 22:03:53 +0000 Subject: [PATCH] We need to import a few more functions for stats --- opentrafficshaper/plugins/statistics/statistics.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opentrafficshaper/plugins/statistics/statistics.pm b/opentrafficshaper/plugins/statistics/statistics.pm index 3f2fe80..3498772 100644 --- a/opentrafficshaper/plugins/statistics/statistics.pm +++ b/opentrafficshaper/plugins/statistics/statistics.pm @@ -30,10 +30,15 @@ use opentrafficshaper::logger; use opentrafficshaper::utils; use opentrafficshaper::plugins::configmanager qw( + getLimit + getLimits + getLimitUsername getLimitTxInterface getLimitRxInterface + + getTrafficClasses ); # NK: TODO: Maybe we want to remove timing at some stage? maybe not? -- GitLab