Index: src/libcfa/concurrency/thread
===================================================================
--- src/libcfa/concurrency/thread	(revision 75a17f10fc7c34b407256654caaa8d663af91674)
+++ src/libcfa/concurrency/thread	(revision c3acb841f4d192142b1ebb1e1c00c6cf23e0a7c7)
@@ -35,9 +35,9 @@
 
 forall( dtype T | is_thread(T) )
-static inline coroutine* get_coroutine(T* this) {
+static inline coroutine_desc* get_coroutine(T* this) {
 	return &get_thread(this)->c;
 }
 
-static inline coroutine* get_coroutine(thread* this) {
+static inline coroutine_desc* get_coroutine(thread* this) {
 	return &this->c;
 }
