[libvirt] [PATCH REPOST 02/38] virlog: Convert virLogOutputs to a list of pointers to outputs

Cole Robinson crobinso at redhat.com
Mon May 9 23:50:39 UTC 2016


On 05/04/2016 10:30 AM, Erik Skultety wrote:
> Right now, we define outputs one after another. However, the correct flow
> should be to define a set of outputs as a whole unit. Therefore each output
> should be first created, placed into an array/list and the list will be
> defined. Output creation should be a separate operation, so an output will be
> returned by a reference. From that perspective, it makes perfect sense to
> only store pointers to actual outputs.

ACK

- Cole




More information about the libvir-list mailing list