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