commit | 37fcee5d1154b7a03c13582e128bcc31ad43e954 | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Fri Oct 30 12:06:28 2015 +0800 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Mon Nov 09 09:59:32 2015 +0000 |
tree | f911442fcedb9116ad498daa0e9529eb936feb6f | |
parent | 5ceb9e39284b69d2e1b01da3cb1894ad4b2b4606 [diff] [blame] |
aio: Introduce aio_context_setup This is the place to initialize platform specific bits of AioContext. Signed-off-by: Fam Zheng <famz@redhat.com> Message-id: 1446177989-6702-3-git-send-email-famz@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
diff --git a/aio-posix.c b/aio-posix.c index 0467f23..5bff3cd 100644 --- a/aio-posix.c +++ b/aio-posix.c
@@ -302,3 +302,7 @@ return progress; } + +void aio_context_setup(AioContext *ctx, Error **errp) +{ +}