Index: src/examples/multicore.c
===================================================================
--- src/examples/multicore.c	(revision 4a3334cf1b33bf9d49940a420eba798a1e968186)
+++ src/examples/multicore.c	(revision 29f44a744fffab8271fcd32aa474448ad512e108)
@@ -2,5 +2,5 @@
 #include <thread>
 
-struct MyThread { thread t; };
+struct MyThread { thread_desc t; };
 
 DECL_THREAD(MyThread);
