]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virCommandDoAsyncIO: Drop misleading statement about main event loop
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 29 Nov 2022 15:55:16 +0000 (16:55 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 1 Dec 2022 13:22:39 +0000 (14:22 +0100)
commitd1f7fb7a8da8eb7849c96ba62482f293f342b3df
tree71da9a10f6b697ca142d9c290cb369c2918543f9
parent0e6f75a6f1b019a695efa4b7491685ddb48e477b
virCommandDoAsyncIO: Drop misleading statement about main event loop

Back in v1.0.3-rc1~235 when I was adding virCommandDoAsyncIO(),
the main event loop was used to poll() on the pipe to the child
process. But this was promptly changed to a separate thread
handling I/O in v1.0.3-rc1~127. However, the corresponding
comment to virCommandDoAsyncIO() still documents the original
state.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
src/util/vircommand.c