26 May
2017
26 May
'17
9:55 p.m.
On Fri, May 26, 2017 at 07:59:10 -0400, John Ferlan wrote:
Rather than pass by value, let's pass by reference since the object ends up "owning" the XML definition, let's make that ownership a bit more real.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/conf/virinterfaceobj.c | 12 +++++++----- src/conf/virinterfaceobj.h | 2 +- src/test/test_driver.c | 5 ++--- 3 files changed, 10 insertions(+), 9 deletions(-)
As said in the previous series. This is introducing a lot of complexity tue to the double pointers and really is not very helpful in making the code understandable.