Index: libcfa/src/concurrency/kernel/cluster.hfa
===================================================================
--- libcfa/src/concurrency/kernel/cluster.hfa	(revision c910709caa935535d5627817f2338c15b8989c57)
+++ libcfa/src/concurrency/kernel/cluster.hfa	(revision aca0d2f510429843eb53e3fd4cb1160ade5d68d3)
@@ -146,7 +146,7 @@
 }
 
-static struct {
-	const unsigned readyq;
-	const unsigned io;
+const static struct {
+	unsigned readyq;
+	unsigned io;
 } __shard_factor = { 2, 1 };
 
