Commit b36a810f authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Lasse Karstensen

client can fit on 5 cache lines instead of 4

parent f9662e80
......@@ -53,8 +53,8 @@ struct client {
unsigned repeat;
pthread_t tp;
unsigned running;
pthread_t tp;
};
static VTAILQ_HEAD(, client) clients =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment