mirror of https://github.com/xqemu/xqemu.git
blockjobs: fix documentation
(Trivial) Fix wrong function names in documentation. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Jeff Cody <jcody@redhat.com> Message-id: 1477584421-1399-8-git-send-email-jsnow@redhat.com Signed-off-by: Jeff Cody <jcody@redhat.com>
This commit is contained in:
parent
c87621ea68
commit
d899636810
|
@ -198,8 +198,8 @@ void coroutine_fn block_job_pause_point(BlockJob *job);
|
|||
void block_job_enter(BlockJob *job);
|
||||
|
||||
/**
|
||||
* block_job_ready:
|
||||
* @job: The job which is now ready to complete.
|
||||
* block_job_event_ready:
|
||||
* @job: The job which is now ready to be completed.
|
||||
*
|
||||
* Send a BLOCK_JOB_READY event for the specified job.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue