
21 Oct
2016
21 Oct
'16
4:06 p.m.
On Fri, Oct 21, 2016 at 09:01:43AM -0400, John Ferlan wrote:
Change the virDomainChrDef to use a pointer to 'source' and allocate that pointer during virDomainChrDefNew.
This has tremendous "fallout" in the rest of the code which mainly has to change source.$field to source->$field.
Signed-off-by: John Ferlan <jferlan@redhat.com> ---
ACK Pavel