Re: [libvirt] [PATCH 05/27] Introduce virStreamRegisterSkip and virStreamSkipCallback

2016-05-09 Thread Michal Privoznik
On 05.05.2016 16:49, Eric Blake wrote: > On 04/28/2016 04:04 AM, Michal Privoznik wrote: >> The former is a public API and registers a callback that >> will be called whenever the other side of a stream calls >> virStreamSkip. The latter is a wrapper that actually calls >> the callback. It is not m

Re: [libvirt] [PATCH 05/27] Introduce virStreamRegisterSkip and virStreamSkipCallback

2016-05-05 Thread Eric Blake
On 04/28/2016 04:04 AM, Michal Privoznik wrote: > The former is a public API and registers a callback that > will be called whenever the other side of a stream calls > virStreamSkip. The latter is a wrapper that actually calls > the callback. It is not made public as it is intended to be > used pur

[libvirt] [PATCH 05/27] Introduce virStreamRegisterSkip and virStreamSkipCallback

2016-04-28 Thread Michal Privoznik
The former is a public API and registers a callback that will be called whenever the other side of a stream calls virStreamSkip. The latter is a wrapper that actually calls the callback. It is not made public as it is intended to be used purely internally. Signed-off-by: Michal Privoznik --- inc