diff options
author | jcorgan | 2009-04-09 00:55:55 +0000 |
---|---|---|
committer | jcorgan | 2009-04-09 00:55:55 +0000 |
commit | 35055fd398c9eb2a59f0efc8f623f9b59994e875 (patch) | |
tree | 3fdf9bca81351a15b988f2b8b47b733626b01634 /usrp2/host/lib/usrp2_impl.h | |
parent | 798f915a63aa527895233eec5e67b8eb376ecd7b (diff) | |
download | gnuradio-35055fd398c9eb2a59f0efc8f623f9b59994e875.tar.gz gnuradio-35055fd398c9eb2a59f0efc8f623f9b59994e875.tar.bz2 gnuradio-35055fd398c9eb2a59f0efc8f623f9b59994e875.zip |
Fixes ticket:357
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10793 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/host/lib/usrp2_impl.h')
-rw-r--r-- | usrp2/host/lib/usrp2_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/host/lib/usrp2_impl.h b/usrp2/host/lib/usrp2_impl.h index c5079a856..c96a6fad3 100644 --- a/usrp2/host/lib/usrp2_impl.h +++ b/usrp2/host/lib/usrp2_impl.h @@ -79,6 +79,7 @@ namespace usrp2 { pending_reply *d_pending_replies[NRIDS]; // indexed by 8-bit reply id std::vector<ring_sptr> d_channel_rings; // indexed by 5-bit channel number + omni_mutex d_channel_rings_mutex; db_info d_tx_db_info; db_info d_rx_db_info; |