aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/io_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-02-09 17:59:48 -0800
committerJosh Blum <josh@joshknows.com>2012-02-09 17:59:48 -0800
commit115100034071b3b58de1fce7c795995f6ee615a1 (patch)
tree48909ad3435835d0ec70631faf252285368c8b41 /host/lib/usrp/usrp2/io_impl.cpp
parentb6da2fe9af84663fa4dda923833e2319433b6f20 (diff)
downloaduhd-115100034071b3b58de1fce7c795995f6ee615a1.tar.gz
uhd-115100034071b3b58de1fce7c795995f6ee615a1.tar.bz2
uhd-115100034071b3b58de1fce7c795995f6ee615a1.zip
uhd: various tweaks for compiler warns and valgrind
Diffstat (limited to 'host/lib/usrp/usrp2/io_impl.cpp')
-rw-r--r--host/lib/usrp/usrp2/io_impl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/io_impl.cpp b/host/lib/usrp/usrp2/io_impl.cpp
index f0c159f16..221b747cb 100644
--- a/host/lib/usrp/usrp2/io_impl.cpp
+++ b/host/lib/usrp/usrp2/io_impl.cpp
@@ -135,7 +135,8 @@ private:
struct usrp2_impl::io_impl{
io_impl(void):
- async_msg_fifo(100/*messages deep*/)
+ async_msg_fifo(1000/*messages deep*/),
+ tick_rate(1 /*non-zero default*/)
{
/* NOP */
}