mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
add assert to bbl_stream_select_io
This commit is contained in:
@@ -1637,6 +1637,7 @@ bbl_stream_select_io(bbl_stream_s *stream)
|
||||
io_handle_s *io = stream->tx_interface->io.tx;
|
||||
io_handle_s *io_iter = io;
|
||||
|
||||
assert(io);
|
||||
while(io_iter) {
|
||||
if(io_iter->stream_pps < io->stream_pps) {
|
||||
io = io_iter;
|
||||
|
||||
Reference in New Issue
Block a user