aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100/b100_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2013-07-15 15:19:58 -0700
committerJosh Blum <josh@joshknows.com>2013-07-15 15:21:05 -0700
commit4322666dc134998c1420ee00c6e01eddc207e5b4 (patch)
tree7f98c7b4c33f8e5ad0e7a3dac79f0acfe2da8cb2 /host/lib/usrp/b100/b100_impl.cpp
parenta7153fecdb1416df03f21467c52dbb35cb675f6f (diff)
downloaduhd-4322666dc134998c1420ee00c6e01eddc207e5b4.tar.gz
uhd-4322666dc134998c1420ee00c6e01eddc207e5b4.tar.bz2
uhd-4322666dc134998c1420ee00c6e01eddc207e5b4.zip
b100: switch to new packet demuxer
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.cpp')
-rw-r--r--host/lib/usrp/b100/b100_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/b100_impl.cpp b/host/lib/usrp/b100/b100_impl.cpp
index b3237d547..1673f5f3c 100644
--- a/host/lib/usrp/b100/b100_impl.cpp
+++ b/host/lib/usrp/b100/b100_impl.cpp
@@ -472,7 +472,7 @@ b100_impl::b100_impl(const device_addr_t &device_addr){
}
//initialize io handling
- _recv_demuxer = recv_packet_demuxer::make(_data_transport, _rx_dsps.size(), B100_RX_SID_BASE);
+ _recv_demuxer.reset(new recv_packet_demuxer_3000(_data_transport));
//allocate streamer weak ptrs containers
_rx_streamers.resize(_rx_dsps.size());