diff options
| -rw-r--r-- | host/lib/usrp/common/recv_packet_demuxer_3000.hpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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;          } | 
