Index: src/libcfa/concurrency/kernel
===================================================================
--- src/libcfa/concurrency/kernel	(revision d8548e26dec392bef45acc8a5f8a4baea00c9257)
+++ src/libcfa/concurrency/kernel	(revision caa649b9dc5ac77e3114ebf86f767d903959d155)
@@ -79,9 +79,13 @@
 
 // Processor
+coroutine processorCtx_t {
+	struct processor * proc;
+};
+
 // Wrapper around kernel threads
 struct processor {
 	// Main state
 	// Coroutine ctx who does keeps the state of the processor
-	struct processorCtx_t * runner;
+	struct processorCtx_t runner;
 
 	// Cluster from which to get threads
