diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-17 21:02:07 +0100 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-17 21:02:07 +0100 |
commit | aca0769eb13708f1e797f55dc4aea5ebfd753ab0 (patch) | |
tree | 84b01de502faef8488e4ef0d4a94268a712264b8 | |
parent | 63a586c90118e5307efbacb24817b7c9fad18928 (diff) | |
download | uhd-aca0769eb13708f1e797f55dc4aea5ebfd753ab0.tar.gz uhd-aca0769eb13708f1e797f55dc4aea5ebfd753ab0.tar.bz2 uhd-aca0769eb13708f1e797f55dc4aea5ebfd753ab0.zip |
uhd: on e100, this benchmark control thread should also have prio so it can spawn both
-rw-r--r-- | host/examples/benchmark_rate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |