Skip to content
Snippets Groups Projects
Commit bba53043 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Fixed name of POE filter

parent 89648324
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ use warnings; ...@@ -24,7 +24,7 @@ use warnings;
use POE qw( Wheel::Run Filter::Line ); use POE qw( Wheel::Run Filter::Line );
use POE::Filter::TCStatistics; use opentrafficshaper::POE::Filter::TCStatistics;
use opentrafficshaper::constants; use opentrafficshaper::constants;
use opentrafficshaper::logger; use opentrafficshaper::logger;
...@@ -193,7 +193,7 @@ sub _session_tick ...@@ -193,7 +193,7 @@ sub _session_tick
my $task = POE::Wheel::Run->new( my $task = POE::Wheel::Run->new(
Program => $cmd, Program => $cmd,
StdinFilter => POE::Filter::Line->new(), StdinFilter => POE::Filter::Line->new(),
StdoutFilter => POE::Filter::TCStatistics->new(), StdoutFilter => opentrafficshaper::POE::Filter::TCStatistics->new(),
StderrFilter => POE::Filter::Line->new(), StderrFilter => POE::Filter::Line->new(),
StdoutEvent => '_task_child_stdout', StdoutEvent => '_task_child_stdout',
StderrEvent => '_task_child_stderr', StderrEvent => '_task_child_stderr',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment