Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 683380 | Differences between
and this patch

Collapse All | Expand All

(-)gnuradio-3.7.13.4_orig/gr-blocks/lib/socket_pdu_impl.cc (-1 / +1 lines)
Lines 166-170 Link Here
166
    socket_pdu_impl::start_tcp_accept()
166
    socket_pdu_impl::start_tcp_accept()
167
    {
167
    {
168
      tcp_connection::sptr new_connection = tcp_connection::make(d_acceptor_tcp->get_io_service(), d_rxbuf.size(), d_tcp_no_delay);
168
      tcp_connection::sptr new_connection = tcp_connection::make(((boost::asio::io_context&)*d_acceptor_tcp).get_executor().context(), d_rxbuf.size(), d_tcp_no_delay);
169
169
170
      d_acceptor_tcp->async_accept(new_connection->socket(),
170
      d_acceptor_tcp->async_accept(new_connection->socket(),

Return to bug 683380