Skip to content

Commit

Permalink
renamed plotThread -> plotUpdateThread
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Kogan committed Apr 26, 2011
1 parent 635f0fc commit 5d7701f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/feedGnuplot
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if($options{stream})

$dataQueue = Thread::Queue->new();
my $addThr = threads->create(\&mainThread);
my $plotThr = threads->create(\&plotThread);
my $plotThr = threads->create(\&plotUpdateThread);

while(<>)
{
Expand Down Expand Up @@ -183,7 +183,7 @@ sub getGnuplotVersion
return $gnuplotVersion;
}

sub plotThread
sub plotUpdateThread
{
while(! $streamingFinished)
{
Expand Down

0 comments on commit 5d7701f

Please sign in to comment.