Re: [libvirt] [rust PATCH v2 1/5] libvirt-rust: stream: add more functions in stream

2020-01-10 Thread Zixing Liu
On 2020-01-10 04:36, Sahid Orentino Ferdjaoui wrote: > On Tue, Dec 24, 2019 at 12:12:51AM -0700, Zixing Liu wrote: >> * added new functions: virStreamNew virStreamEventUpdateCallback >> virStreamEventRemoveCallback >> * added new constants: VIR_STREAM_NONBLOCK >> * added new types/aliases:

Re: [libvirt] [rust PATCH v2 1/5] libvirt-rust: stream: add more functions in stream

2020-01-10 Thread Sahid Orentino Ferdjaoui
On Tue, Dec 24, 2019 at 12:12:51AM -0700, Zixing Liu wrote: > * added new functions: virStreamNew virStreamEventUpdateCallback > virStreamEventRemoveCallback > * added new constants: VIR_STREAM_NONBLOCK > * added new types/aliases: StreamFlags > * changed the previous `new` associate function to

[libvirt] [rust PATCH v2 1/5] libvirt-rust: stream: add more functions in stream

2019-12-23 Thread Zixing Liu
* added new functions: virStreamNew virStreamEventUpdateCallback virStreamEventRemoveCallback * added new constants: VIR_STREAM_NONBLOCK * added new types/aliases: StreamFlags * changed the previous `new` associate function to `from_ptr` to avoid naming conflicts * added basic tests to test