diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-01 17:51:26 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-01 17:51:26 -0700 |
commit | 212159ca3bc00d233464cd6f9f454e5ac6e08f88 (patch) | |
tree | 26ba4df4c4e692face9145c6cc1e77fff8056076 /host/lib/usrp/usrp2/usrp2_impl.cpp | |
parent | f78cae4911148470f1b5fbf2ff8ea795250419a1 (diff) | |
download | uhd-212159ca3bc00d233464cd6f9f454e5ac6e08f88.tar.gz uhd-212159ca3bc00d233464cd6f9f454e5ac6e08f88.tar.bz2 uhd-212159ca3bc00d233464cd6f9f454e5ac6e08f88.zip |
Implemented pirate thread, moved io impl details into io impl cpp file. Fixed bug in bounded buffer push with pop on full.
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp index af3ec216a..7f79c483b 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.cpp +++ b/host/lib/usrp/usrp2/usrp2_impl.cpp @@ -185,7 +185,8 @@ usrp2_impl::usrp2_impl( } usrp2_impl::~usrp2_impl(void){ - /* NOP */ + //cleanup the send and recv io + io_done(); } /*********************************************************************** |