mirror of
https://github.com/boostorg/asio.git
synced 2026-01-19 04:02:09 +00:00
Fix handler tracking args passed in io_uring backend.
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
if (owner)
|
||||
{
|
||||
fenced_block b(fenced_block::half);
|
||||
BOOST_ASIO_HANDLER_INVOCATION_BEGIN((handler.arg1_, handler.arg2_));
|
||||
BOOST_ASIO_HANDLER_INVOCATION_BEGIN((handler.arg1_));
|
||||
w.complete(handler, handler.handler_);
|
||||
BOOST_ASIO_HANDLER_INVOCATION_END;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user