On Tue, Jul 07, 2020 at 21:46:28 +0200, Michal Privoznik wrote: > These callback will need to know more that the FD they are > working on. Pass the structure that is passed to other stream > callbacks (e.g. virshStreamSource() or virshStreamSourceSkip()) > instead of inventing a new one. > > Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> > --- > tools/virsh-util.c | 10 +++++----- > tools/virsh-volume.c | 6 +++++- > 2 files changed, 10 insertions(+), 6 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>