diff options
Diffstat (limited to 'aio-win32.c')
-rw-r--r-- | aio-win32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aio-win32.c b/aio-win32.c index 43c4c79a75..cdc445608b 100644 --- a/aio-win32.c +++ b/aio-win32.c @@ -369,3 +369,7 @@ bool aio_poll(AioContext *ctx, bool blocking) aio_context_release(ctx); return progress; } + +void aio_context_setup(AioContext *ctx, Error **errp) +{ +} |