[master] ce581db Call it "cli_name" instead of "display_name"

Dridi Boukelmoune dridi at varni.sh
Mon Apr 30 06:43:51 UTC 2018


On Tue, Apr 24, 2018 at 12:06 AM, Poul-Henning Kamp <phk at freebsd.org> wrote:
>
> commit ce581db32acf2f381ec4596c6a1d873779194b1c
> Author: Poul-Henning Kamp <phk at FreeBSD.org>
> Date:   Mon Apr 23 20:52:00 2018 +0000
>
>     Call it "cli_name" instead of "display_name"
>
<snip>
> diff --git a/bin/varnishd/cache/cache_director.h b/bin/varnishd/cache/cache_director.h
> index 9e98da7..ba72d8b 100644
> --- a/bin/varnishd/cache/cache_director.h
> +++ b/bin/varnishd/cache/cache_director.h
> @@ -80,7 +80,7 @@ struct director {
>
>         /* Internal Housekeeping fields */
>
> -       char                    *display_name;
> +       char                    *cli_name;
>         VTAILQ_ENTRY(director)  vcl_list;
>         struct vcl              *vcl;
<snip>

Is this struct part of the VRT ABI? In which case we'd need a major bump.

Dridi


More information about the varnish-commit mailing list