Re: [libvirt] [PATCH Rust 3/4] fix pointer type of macro used to convert rs string to c string

2019-07-24 Thread Martin Kletzander
On Wed, Jul 17, 2019 at 08:59:32AM +, Sahid Orentino Ferdjaoui wrote: In this commit we also add todo and warning to avoid using them + remove them in future. Signed-off-by: Sahid Orentino Ferdjaoui --- src/lib.rs | 23 +-- 1 file changed, 21 insertions(+), 2

[libvirt] [PATCH Rust 3/4] fix pointer type of macro used to convert rs string to c string

2019-07-17 Thread Sahid Orentino Ferdjaoui
In this commit we also add todo and warning to avoid using them + remove them in future. Signed-off-by: Sahid Orentino Ferdjaoui --- src/lib.rs | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 77bf4a9..64d49cd 100644 ---