diff example/word_count3/ppe/Wait.cc @ 508:217d7c53442b draft

add word_count3
author yutaka@henri.cr.ie.u-ryukyu.ac.jp
date Tue, 20 Oct 2009 16:28:16 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/word_count3/ppe/Wait.cc	Tue Oct 20 16:28:16 2009 +0900
@@ -0,0 +1,13 @@
+#include <stdio.h>
+#include "SchedTask.h"
+#include "Wait.h"
+#include "Func.h"
+
+/* これは必須 */
+SchedDefineTask(Wait);
+
+static int
+run(SchedTask *s, void *rbuf, void *wbuf)
+{
+    return 0;
+}