Skip to content

Commit

Permalink
Fix copy/paste error in dev_poll_reactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Jul 5, 2023
1 parent c12581d commit 63d4eb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/boost/asio/detail/dev_poll_reactor.hpp
Expand Up @@ -109,10 +109,9 @@ class dev_poll_reactor
{
start_op(op_type, descriptor, descriptor_data,
op, is_continuation, allow_speculative,
&epoll_reactor::call_post_immediate_completion, this);
&dev_poll_reactor::call_post_immediate_completion, this);
}


// Cancel all operations associated with the given descriptor. The
// handlers associated with the descriptor will be invoked with the
// operation_aborted error.
Expand Down

0 comments on commit 63d4eb8

Please sign in to comment.