2
0
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:
Christopher Kohlhoff
2025-11-04 23:47:26 +11:00
parent 0be0631ef2
commit b3d174dab5

View File

@@ -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;
}