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