diff options
author | Josh Blum | 2010-05-04 13:15:57 -0700 |
---|---|---|
committer | Josh Blum | 2010-05-04 13:15:57 -0700 |
commit | b6f86944737975efde1275144c1c344e4a633146 (patch) | |
tree | 6287b1cd117425a34d9499bc69c706bd0fdc971b /usrp2/host/lib | |
parent | 1e4bf239c1f09a0180585de62746922bcd34b639 (diff) | |
parent | e22224454f63be561fa2a5923d35b65ba403b6ac (diff) | |
download | gnuradio-b6f86944737975efde1275144c1c344e4a633146.tar.gz gnuradio-b6f86944737975efde1275144c1c344e4a633146.tar.bz2 gnuradio-b6f86944737975efde1275144c1c344e4a633146.zip |
Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd
Diffstat (limited to 'usrp2/host/lib')
-rw-r--r-- | usrp2/host/lib/usrp2_impl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/host/lib/usrp2_impl.cc b/usrp2/host/lib/usrp2_impl.cc index 5592c76ea..333e2d1e7 100644 --- a/usrp2/host/lib/usrp2_impl.cc +++ b/usrp2/host/lib/usrp2_impl.cc @@ -25,6 +25,7 @@ #include <usrp2/copiers.h> #include <gruel/inet.h> #include <gruel/realtime.h> +#include <boost/bind.hpp> #include <usrp2_types.h> #include "usrp2_impl.h" #include "eth_buffer.h" @@ -840,6 +841,7 @@ namespace usrp2 { success = transmit_cmd_and_wait(&cmd, sizeof(cmd), &p, DEF_CMD_TIMEOUT); success = success && (ntohx(reply.ok) == 1); d_channel_rings[channel].reset(); + d_rx_seqno = -1; //fprintf(stderr, "usrp2::stop_rx_streaming: success = %d\n", success); return success; } |