]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Let remoteClientStream only do RX if requested.
authorChris Lalancette <clalance@redhat.com>
Wed, 30 Sep 2009 10:47:43 +0000 (12:47 +0200)
committerChris Lalancette <clalance@redhat.com>
Wed, 30 Sep 2009 12:05:41 +0000 (14:05 +0200)
commit15bfedcbbd5b7f9c53a690ec76def90026ce7c3e
treeccab3a3832eff74a1e8291722762dff6f9c8e5b5
parent47c8709564ac3f2ec5b4a3830ac213e69b4a44d5
Let remoteClientStream only do RX if requested.

Right now, the stream stuff assumes that a stream is always
going to be used for transmit.  This is not the case, and in
fact doesn't work with the tunnelled migration stuff.  Add
a flag to remoteClientStream() to allow it to do RX only.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
daemon/stream.c
daemon/stream.h