Re: [libvirt] [PATCH v2 05/20] virlog: Introduce virLogDefineOutputs

2016-09-21 Thread John Ferlan
On 08/18/2016 07:47 AM, Erik Skultety wrote: > Prepare a method that only defines a set of outputs. It takes a list of > outputs, preferably created by virLogParseOutputs. The original set of outputs > is reset and replaced by the new user-provided set of outputs. > > Signed-off-by: Erik

[libvirt] [PATCH v2 05/20] virlog: Introduce virLogDefineOutputs

2016-08-18 Thread Erik Skultety
Prepare a method that only defines a set of outputs. It takes a list of outputs, preferably created by virLogParseOutputs. The original set of outputs is reset and replaced by the new user-provided set of outputs. Signed-off-by: Erik Skultety --- src/libvirt_private.syms |