Index: src/benchmark/CorCtxSwitch.c
===================================================================
--- src/benchmark/CorCtxSwitch.c	(revision df47e2fe44d197c175959e907b74622b64a8430e)
+++ src/benchmark/CorCtxSwitch.c	(revision c3acb841f4d192142b1ebb1e1c00c6cf23e0a7c7)
@@ -24,5 +24,5 @@
 
 struct GreatSuspender {
-	coroutine c;
+	coroutine_desc c;
 };
 
Index: src/benchmark/bench.c
===================================================================
--- src/benchmark/bench.c	(revision df47e2fe44d197c175959e907b74622b64a8430e)
+++ src/benchmark/bench.c	(revision c3acb841f4d192142b1ebb1e1c00c6cf23e0a7c7)
@@ -86,5 +86,5 @@
 //=======================================
 
-struct CoroutineDummy { coroutine c; };
+struct CoroutineDummy { coroutine_desc c; };
 DECL_COROUTINE(CoroutineDummy);
 void main(CoroutineDummy * this) {}
@@ -119,5 +119,5 @@
 struct CoroutineResume {
     int N;
-    coroutine c;
+    coroutine_desc c;
 };
 
Index: src/benchmark/csv-data.c
===================================================================
--- src/benchmark/csv-data.c	(revision df47e2fe44d197c175959e907b74622b64a8430e)
+++ src/benchmark/csv-data.c	(revision c3acb841f4d192142b1ebb1e1c00c6cf23e0a7c7)
@@ -26,5 +26,5 @@
 
 struct GreatSuspender {
-	coroutine c;
+	coroutine_desc c;
 };
 
