From 5eb7c3e492f6a766e02565ac0a63e1a2c3c25f8b Mon Sep 17 00:00:00 2001 From: Balint Seeber Date: Mon, 3 Feb 2014 11:43:50 -0800 Subject: uhd: disabled other use of _claimed and cond sync variables (no effect if previous change is used anyway) --- host/lib/usrp/common/recv_packet_demuxer_3000.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host/lib/usrp/common/recv_packet_demuxer_3000.hpp b/host/lib/usrp/common/recv_packet_demuxer_3000.hpp index 543c9ce76..9f64d4262 100644 --- a/host/lib/usrp/common/recv_packet_demuxer_3000.hpp +++ b/host/lib/usrp/common/recv_packet_demuxer_3000.hpp @@ -103,8 +103,10 @@ namespace uhd{ namespace usrp{ buff.reset(); } } +#ifdef RECV_PACKET_DEMUXER_3000_THREAD_SAFE _claimed.write(0); cond.notify_all(); +#endif // RECV_PACKET_DEMUXER_3000_THREAD_SAFE } return buff; } -- cgit v1.2.3