commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 03/18: runtime: set_done shouldn't be set i


From: git
Subject: [Commit-gnuradio] [gnuradio] 03/18: runtime: set_done shouldn't be set in msg handlers
Date: Fri, 1 Jul 2016 16:25:44 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next
in repository gnuradio.

commit 05fc980cb1ad3fe257fd508f38a3b0b4156f90ce
Author: Bastian Bloessl <address@hidden>
Date:   Thu Apr 21 07:28:52 2016 +0200

    runtime: set_done shouldn't be set in msg handlers
---
 gnuradio-runtime/lib/tpb_thread_body.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnuradio-runtime/lib/tpb_thread_body.cc 
b/gnuradio-runtime/lib/tpb_thread_body.cc
index 93591fe..59a3712 100644
--- a/gnuradio-runtime/lib/tpb_thread_body.cc
+++ b/gnuradio-runtime/lib/tpb_thread_body.cc
@@ -174,9 +174,6 @@ namespace gr {
               }
             }
           }
-         if (d->done()) {
-           return;
-         }
         }
       }
       break;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]