From 5d7701fb9496162fc7f080bad55608840eb685bf Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 26 Apr 2011 13:42:54 -0700 Subject: [PATCH] renamed plotThread -> plotUpdateThread --- bin/feedGnuplot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 16a9d4f..3509d05 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -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(<>) { @@ -183,7 +183,7 @@ sub getGnuplotVersion return $gnuplotVersion; } -sub plotThread +sub plotUpdateThread { while(! $streamingFinished) {