From 37fcee5d1154b7a03c13582e128bcc31ad43e954 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Fri, 30 Oct 2015 12:06:28 +0800 Subject: aio: Introduce aio_context_setup This is the place to initialize platform specific bits of AioContext. Signed-off-by: Fam Zheng Message-id: 1446177989-6702-3-git-send-email-famz@redhat.com Signed-off-by: Stefan Hajnoczi --- aio-posix.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'aio-posix.c') 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) +{ +} -- cgit v1.2.3