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