commit | 3cbc17ee92479ff56d0d6afecc0def6f7ec01153 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 12 15:10:10 2021 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jan 18 10:43:14 2024 +0100 |
tree | 10d6c81f6a79473178de1a14a7df87a800d49205 | |
parent | aef158b093b9d67381f88468d39ac8dd62ae9e8b [diff] |
io_uring: move LuringState typedef to block/aio.h The LuringState typedef is defined twice, in include/block/raw-aio.h and block/io_uring.c. Move it in include/block/aio.h, which is included everywhere the typedef is needed, since include/block/aio.h already has to define the forward reference to the struct. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>