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