Apply Juha Vierinen patch to allow variable USRP2 rx buffer size
[debian/gnuradio] / usrp2 / host / lib / usrp2_impl.h
index c96a6fad3616dd50be4c37a29540bd0ccbd0dc5d..ec96f3a7095d8692c0c9c8ec4ff73d33072d227c 100644 (file)
@@ -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();