]> Git Repo - qemu.git/commit
tests/test-blockjob: remove exit callback
authorJohn Snow <[email protected]>
Thu, 6 Sep 2018 13:02:18 +0000 (09:02 -0400)
committerMax Reitz <[email protected]>
Tue, 25 Sep 2018 13:31:15 +0000 (15:31 +0200)
commit977d26fdbeb35d8d2d0f203f9556d44a353e0dfd
treeeeec59a938326baa86a5d725b498ff6045e4bde1
parent0cc4643b01a0138543e886db8e3bf8a3f74ff8f9
tests/test-blockjob: remove exit callback

We remove the exit callback and the completed boolean along with it.
We can simulate it just fine by waiting for the job to defer to the
main loop, and then giving it one final kick to get the main loop
portion to run.

Signed-off-by: John Snow <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Message-id: 20180906130225[email protected]
Reviewed-by: Jeff Cody <[email protected]>
Signed-off-by: Max Reitz <[email protected]>
tests/test-blockjob.c
This page took 0.025372 seconds and 4 git commands to generate.