From bb1eef8cade6e39532919918ce1168c3e62a54df Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 1 Jun 2010 12:23:20 -0700 Subject: 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. --- host/lib/usrp/usrp2/usrp2_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp') 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 #include #include -#include "../../transport/vrt_packet_handler.hpp" +#include "../../transport/vrt_packet_handler_state.hpp" /*! * Make a usrp2 dboard interface. -- cgit v1.2.3