summaryrefslogtreecommitdiff
path: root/include/block/coroutine.h
diff options
context:
space:
mode:
authorAlex Bligh <alex@alex.org.uk>2013-08-21 16:03:05 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2013-08-22 19:14:24 +0200
commit7483d1e54700156e4c22e2e1b5d85de6eb92fdcf (patch)
treec98444d54f6230ba9ce0aa013cb4473903887676 /include/block/coroutine.h
parent884f17c235095af99b92dd8cd10bb824a5b0f777 (diff)
downloadqemu-7483d1e54700156e4c22e2e1b5d85de6eb92fdcf.tar.gz
aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
Convert block_job_sleep_ns and co_sleep_ns to use the new timer API. Signed-off-by: Alex Bligh <alex@alex.org.uk> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include/block/coroutine.h')
-rw-r--r--include/block/coroutine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/block/coroutine.h b/include/block/coroutine.h
index 17f5851e44..4232569c53 100644
--- a/include/block/coroutine.h
+++ b/include/block/coroutine.h
@@ -213,7 +213,7 @@ void qemu_co_rwlock_unlock(CoRwlock *lock);
* Note this function uses timers and hence only works when a main loop is in
* use. See main-loop.h and do not use from qemu-tool programs.
*/
-void coroutine_fn co_sleep_ns(QEMUClock *clock, int64_t ns);
+void coroutine_fn co_sleep_ns(QEMUClockType type, int64_t ns);
/**
* Yield until a file descriptor becomes readable