Re: [libvirt] [PATCH Rust 1/4] libvirt-rust: stream: add more functions in stream

2019-11-13 Thread Sahid Orentino Ferdjaoui
On Tue, Nov 12, 2019 at 02:44:42PM -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] [PATCH Rust 1/4] libvirt-rust: stream: add more functions in stream

2019-11-12 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