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/usrp1 | |
| 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/usrp1')
| -rw-r--r-- | host/lib/usrp/usrp1/soft_time_ctrl.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp1/soft_time_ctrl.cpp b/host/lib/usrp/usrp1/soft_time_ctrl.cpp index b8af8af06..90b3a92da 100644 --- a/host/lib/usrp/usrp1/soft_time_ctrl.cpp +++ b/host/lib/usrp/usrp1/soft_time_ctrl.cpp @@ -39,8 +39,8 @@ public:          _nsamps_remaining(0),          _stream_mode(stream_cmd_t::STREAM_MODE_STOP_CONTINUOUS),          _cmd_queue(2), -        _async_msg_queue(100), -        _inline_msg_queue(100), +        _async_msg_queue(1000), +        _inline_msg_queue(1000),          _stream_on_off(stream_on_off)      {          //synchronously spawn a new thread  | 
