diff options
author | Josh Blum <josh@joshknows.com> | 2012-02-09 17:59:48 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-02-09 17:59:48 -0800 |
commit | 115100034071b3b58de1fce7c795995f6ee615a1 (patch) | |
tree | 48909ad3435835d0ec70631faf252285368c8b41 /host/lib/usrp/b100 | |
parent | b6da2fe9af84663fa4dda923833e2319433b6f20 (diff) | |
download | uhd-115100034071b3b58de1fce7c795995f6ee615a1.tar.gz uhd-115100034071b3b58de1fce7c795995f6ee615a1.tar.bz2 uhd-115100034071b3b58de1fce7c795995f6ee615a1.zip |
uhd: various tweaks for compiler warns and valgrind
Diffstat (limited to 'host/lib/usrp/b100')
-rw-r--r-- | host/lib/usrp/b100/io_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/io_impl.cpp b/host/lib/usrp/b100/io_impl.cpp index bd60e75cf..d7effcac1 100644 --- a/host/lib/usrp/b100/io_impl.cpp +++ b/host/lib/usrp/b100/io_impl.cpp @@ -41,7 +41,7 @@ using namespace uhd::transport; **********************************************************************/ struct b100_impl::io_impl{ io_impl(void): - async_msg_fifo(100/*messages deep*/) + async_msg_fifo(1000/*messages deep*/) { /* NOP */ } zero_copy_if::sptr data_transport; |