From aca0769eb13708f1e797f55dc4aea5ebfd753ab0 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 17 Jun 2011 21:02:07 +0100 Subject: uhd: on e100, this benchmark control thread should also have prio so it can spawn both --- host/examples/benchmark_rate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/host/examples/benchmark_rate.cpp b/host/examples/benchmark_rate.cpp index 688cd797a..db9932740 100644 --- a/host/examples/benchmark_rate.cpp +++ b/host/examples/benchmark_rate.cpp @@ -157,6 +157,7 @@ void benchmark_tx_rate_async_helper(uhd::usrp::multi_usrp::sptr usrp){ * Main code + dispatcher **********************************************************************/ int UHD_SAFE_MAIN(int argc, char *argv[]){ + uhd::set_thread_priority_safe(); //variables to be set by po std::string args; -- cgit v1.2.3