Re: [libvirt] [PATCH v2 2/6] lxc: Rebase lxcNetworkParseData pointers to use new structures.

2019-03-17 Thread John Ferlan
On 3/4/19 8:54 PM, Julio Faracco wrote: > This commit refactor the code logic to introduce new array structures > instead of single lxcNetworkParseData struct. > > Signed-off-by: Julio Faracco > --- > src/lxc/lxc_native.c | 94 +++- > 1 file changed, 32

[libvirt] [PATCH v2 2/6] lxc: Rebase lxcNetworkParseData pointers to use new structures.

2019-03-04 Thread Julio Faracco
This commit refactor the code logic to introduce new array structures instead of single lxcNetworkParseData struct. Signed-off-by: Julio Faracco --- src/lxc/lxc_native.c | 94 +++- 1 file changed, 32 insertions(+), 62 deletions(-) diff --git a/src/lxc/lxc