Re: [libvirt] [PATCH 08/27] Track if stream is seekable

2016-05-05 Thread Eric Blake
On 04/28/2016 04:04 AM, Michal Privoznik wrote: > Even though there's no way how to make stream seekable right now, s/how // > it is going to be soon. We need to track this info so that we > don't send virStreamSkip to a client that did not want it or vice > versa. > > Signed-off-by: Michal Priv

[libvirt] [PATCH 08/27] Track if stream is seekable

2016-04-28 Thread Michal Privoznik
Even though there's no way how to make stream seekable right now, it is going to be soon. We need to track this info so that we don't send virStreamSkip to a client that did not want it or vice versa. Signed-off-by: Michal Privoznik --- daemon/remote.c | 2 +- daemon/stream.c