[master] 17da78c client can fit on 5 cache lines instead of 4

Guillaume Quintard guillaume at varnish-software.com
Mon Nov 23 14:04:27 CET 2015


commit 17da78ca97f4d0666b9a36de0f022a587163ba00
Author: Guillaume Quintard <guillaume.quintard at gmail.com>
Date:   Mon Mar 16 14:14:13 2015 +0100

    client can fit on 5 cache lines instead of 4

diff --git a/bin/varnishtest/vtc_client.c b/bin/varnishtest/vtc_client.c
index 70e6cae..804ef6d 100644
--- a/bin/varnishtest/vtc_client.c
+++ b/bin/varnishtest/vtc_client.c
@@ -53,8 +53,8 @@ struct client {
 
 	unsigned		repeat;
 
-	pthread_t		tp;
 	unsigned		running;
+	pthread_t		tp;
 };
 
 static VTAILQ_HEAD(, client)	clients =



More information about the varnish-commit mailing list