On 04/20/2017 06:01 AM, Michal Privoznik wrote:
This has no real added value right now,
but is going to be very helpful later.
Add a virStreamPtr pointer to the _virNetClientStream in order to
reverse track the parent stream.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/remote/remote_driver.c | 6 ++++--
src/rpc/gendispatch.pl | 2 +-
src/rpc/virnetclientstream.c | 6 +++++-
src/rpc/virnetclientstream.h | 3 ++-
4 files changed, 12 insertions(+), 5 deletions(-)
Looks reasonable perhaps adjust the commit message. Separable from other
changes especially since it does nothing now anyway.
ACK,
John