diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-01 12:23:20 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-01 12:23:20 -0700 |
commit | bb1eef8cade6e39532919918ce1168c3e62a54df (patch) | |
tree | 4b8b68cf6a4e464ad82e6cbfa1a48a4a841cd6cc /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 8c0759df03520f010203fdeb3979f82fc41b72f7 (diff) | |
download | uhd-bb1eef8cade6e39532919918ce1168c3e62a54df.tar.gz uhd-bb1eef8cade6e39532919918ce1168c3e62a54df.tar.bz2 uhd-bb1eef8cade6e39532919918ce1168c3e62a54df.zip |
Moved the packet handler state stuff into a separate header (so we dont pull in all the includes).
Use callback for getting buffers rather than zc interface pointer so its more modular.
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 7948a2069..6a2a09349 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -33,7 +33,7 @@ #include <uhd/transport/vrt.hpp> #include <uhd/transport/udp_zero_copy.hpp> #include <uhd/usrp/dboard_manager.hpp> -#include "../../transport/vrt_packet_handler.hpp" +#include "../../transport/vrt_packet_handler_state.hpp" /*! * Make a usrp2 dboard interface. |