]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[xfer] Send xfer_window_changed() after xfer_vredirect()
authorMichael Brown <mcb30@ipxe.org>
Wed, 22 Jun 2011 15:40:13 +0000 (16:40 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 28 Jun 2011 13:45:08 +0000 (14:45 +0100)
commitba3633782bd36831ca5471d792e626b7e8344e0c
treea4646c43d7c717f92c6b78494fd747587098b205
parentc68bf14559d57170493e4eed21fd3c05309c351e
[xfer] Send xfer_window_changed() after xfer_vredirect()

Modify the default action for xfer_vredirect() to automatically send
xfer_window_changed() messages to both the new child and the parent
interfaces.  This will allow the elimination of processes that simply
poll on xfer_window() to determine when a redirection has completed
successfully.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/xfer.c