Re: [PATCH 3/5] virlog: Refactor virLogParseOutputs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Mar 16, 2016 at 12:05:35PM +0100, Erik Skultety wrote:
> The problem with the original virLogParseOutputs method was that the way it
> parsed the input, walking the string char by char and using absolute jumps
> depending on the virLogDestination type, was rather complicated to read.
> This patch utilizes virStringSplit method twice, first time to filter out any
> spaces and split the input to individual log outputs and then for each
> individual output to tokenize it by to the parts according to our
> PRIORITY:DESTINATION?(:DATA) format. Also, to STREQLEN for matching destination
> was replaced with virDestinationTypeFromString call.

> Overall, the goal of this patch was to make the $(subj) method more readable,
> even though it ended up with slightly more insertions than deletions.

This sentence can be dropped.

> ---
>  po/POTFILES.in    |   1 +
>  src/util/virlog.c | 166 ++++++++++++++++++++++++++++++------------------------
>  2 files changed, 92 insertions(+), 75 deletions(-)
> 

ACK

Jan

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]