diff example/dependency_task/spe/Exec.cc @ 1015:80b18af207c2

debug mail timing.
author yutaka@localhost.localdomain
date Fri, 05 Nov 2010 22:25:33 +0900
parents ab866bc8a624
children
line wrap: on
line diff
--- a/example/dependency_task/spe/Exec.cc	Thu Oct 28 17:40:13 2010 +0900
+++ b/example/dependency_task/spe/Exec.cc	Fri Nov 05 22:25:33 2010 +0900
@@ -8,6 +8,7 @@
 static int
 run(SchedTask *s, void *rbuf, void *wbuf)
 {
+
     int *idata = (int*)s->get_input(rbuf, 0);
     int *odata = (int*)s->get_output(wbuf, 0);
     int length = (long)s->get_param(0);