[master] 767279e Flexelinting

Poul-Henning Kamp phk at FreeBSD.org
Tue Feb 27 10:41:10 UTC 2018


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;


More information about the varnish-commit mailing list