[master] 767279e Flexelinting

Dridi Boukelmoune dridi at varni.sh
Tue Feb 27 11:08:11 UTC 2018


On Tue, Feb 27, 2018 at 11:41 AM, Poul-Henning Kamp <phk at freebsd.org> wrote:
>
> commit 767279e7a81b3cc924dedd0150d320bf0fe7f3a7
> Author: Poul-Henning Kamp <phk at FreeBSD.org>
> Date:   Tue Feb 27 10:20:25 2018 +0000
>
>     Flexelinting
>
> diff --git a/lib/libvarnishapi/vsm.c b/lib/libvarnishapi/vsm.c
> index 62b174b..c5cf838 100644
> --- a/lib/libvarnishapi/vsm.c
> +++ b/lib/libvarnishapi/vsm.c
> @@ -77,9 +77,9 @@ struct vsm_seg {
>         unsigned                magic;
>  #define VSM_SEG_MAGIC          0xeb6c6dfd
>         unsigned                flags;
> -#define VSM_FLAG_MARKSCAN      (1U<<0)
> -#define VSM_FLAG_STALE         (1U<<1)
> -#define VSM_FLAG_CLUSTER       (1U<<2)
> +#define VSM_FLAG_MARKSCAN      (1U<<1)
> +#define VSM_FLAG_STALE         (1U<<2)
> +#define VSM_FLAG_CLUSTER       (1U<<3)
>         VTAILQ_ENTRY(vsm_seg)   list;
>         struct vsm_set          *set;
>         struct vsm_seg          *cluster;

Asking just in case, this is not breaking the ABI, right?

Dridi


More information about the varnish-commit mailing list