aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/vrt_packet_handler_state.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Implemented pirate thread, moved io impl details into io impl cpp file. ↵Josh Blum2010-06-011-56/+0
| | | | Fixed bug in bounded buffer push with pop on full.
* Moved the packet handler state stuff into a separate header (so we dont pull ↵Josh Blum2010-06-011-0/+56
in all the includes). Use callback for getting buffers rather than zc interface pointer so its more modular.