Index: src/libcfa/concurrency/kernel
===================================================================
--- src/libcfa/concurrency/kernel	(revision c84e80aa83b9917829e6f5f923487d8ece403218)
+++ src/libcfa/concurrency/kernel	(revision c2416d541640cec979d736f80c65a3028cca006f)
@@ -21,5 +21,5 @@
 
 struct processor {
-	struct proc_coroutine * cor;
+	struct processorCtx_t * ctx;
 	unsigned int thread_index;
 	unsigned int thread_count;
