diff options
author | jcorgan | 2009-05-11 15:31:33 +0000 |
---|---|---|
committer | jcorgan | 2009-05-11 15:31:33 +0000 |
commit | 15c56857d402a0b87647712774e06d8360addab4 (patch) | |
tree | ad630b45ce73ef2438b8e37e0bcff7e5b6bec2d6 /usrp2/host/lib/usrp2_impl.h | |
parent | 0947dd549077c64236a4fb1131d8af6aa7e70455 (diff) | |
download | gnuradio-15c56857d402a0b87647712774e06d8360addab4.tar.gz gnuradio-15c56857d402a0b87647712774e06d8360addab4.tar.bz2 gnuradio-15c56857d402a0b87647712774e06d8360addab4.zip |
Apply Juha Vierinen patch to allow variable USRP2 rx buffer size
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11000 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/host/lib/usrp2_impl.h')
-rw-r--r-- | usrp2/host/lib/usrp2_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/host/lib/usrp2_impl.h b/usrp2/host/lib/usrp2_impl.h index c96a6fad3..ec96f3a70 100644 --- a/usrp2/host/lib/usrp2_impl.h +++ b/usrp2/host/lib/usrp2_impl.h @@ -113,7 +113,7 @@ namespace usrp2 { bool reset_db(); public: - impl(const std::string &ifc, props *p); + impl(const std::string &ifc, props *p, size_t rx_bufsize); ~impl(); void bg_loop(); |