diff src/parallel_execution/examples/DebughelloWorld/HelloImpl.h @ 1015:e6778c866876

add DebugWorker and DebugTaskManager
author Takato Matsuoka <t.matsuoka@cr.ie.u-ryukyu.ac.jp>
date Tue, 18 Jan 2022 19:54:28 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/parallel_execution/examples/DebughelloWorld/HelloImpl.h	Tue Jan 18 19:54:28 2022 +0900
@@ -0,0 +1,4 @@
+typedef struct HelloImpl <> impl Hello {
+  char* hString;
+  char* wString;
+} HelloImpl;