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