|
@@ -699,8 +699,7 @@ void aio_context_set_poll_params(AioContext *ctx, int64_t max_ns,
|
|
|
* @max_batch: maximum number of requests in a batch, 0 means that the
|
|
|
* engine will use its default
|
|
|
*/
|
|
|
-void aio_context_set_aio_params(AioContext *ctx, int64_t max_batch,
|
|
|
- Error **errp);
|
|
|
+void aio_context_set_aio_params(AioContext *ctx, int64_t max_batch);
|
|
|
|
|
|
/**
|
|
|
* aio_context_set_thread_pool_params:
|