Mercurial > hg > Members > kono > Cerium
diff example/Bulk/ppe/Twice.cc @ 787:5df90e02e34f
fix Bulk
author | yutaka@localhost.localdomain |
---|---|
date | Sat, 24 Apr 2010 17:25:46 +0900 |
parents | 226d95fa2691 |
children | bcc81531a672 |
line wrap: on
line diff
--- a/example/Bulk/ppe/Twice.cc Sat Apr 24 15:24:33 2010 +0900 +++ b/example/Bulk/ppe/Twice.cc Sat Apr 24 17:25:46 2010 +0900 @@ -4,10 +4,10 @@ #include "Func.h" /* これは必須 */ -SchedDefineTask(Twice); +SchedDefineTask1(Twice,twice_run); static int -run(SchedTask *s,void *rbuf, void *wbuf) +twice_run(SchedTask *s,void *rbuf, void *wbuf) { // SchedTaskArray *a = (SchedTaskArray *)s;