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