On Sun, Mar 24, 2013 at 11:23 AM, Umut Tezduyar <u...@tezduyar.com> wrote:
> ---
>  src/analyze/systemd-analyze.c |  119 
> +++++++++++++++++++++++------------------
>  1 files changed, 66 insertions(+), 53 deletions(-)
>
> diff --git a/src/analyze/systemd-analyze.c b/src/analyze/systemd-analyze.c
> index 01bf55e..3dcde30 100644
> --- a/src/analyze/systemd-analyze.c
> +++ b/src/analyze/systemd-analyze.c
> @@ -70,7 +70,7 @@ struct boot_times {
>          usec_t userspace_time;
>          usec_t finish_time;
>  };
> -struct unit_times {
> +struct unit_stat {
>          char *name;
>          usec_t ixt;
>          usec_t iet;

hey,

almost half of this patch is about just renaming this struct... is
there a reason to do this at all? it seems like the old name is
actually better at describing the content.

Auke
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to