Mercurial > hg > Members > kono > Cerium
annotate example/dependency_task/ppe/RunFinish.cc @ 639:70c5c2d2eb24
fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Nov 2009 18:45:24 +0900 |
parents | 44c0bce54dcf |
children |
rev | line source |
---|---|
109 | 1 #include "RunFinish.h" |
2 | |
298 | 3 /* これは必須 */ |
109 | 4 SchedDefineTask(RunFinish); |
5 | |
467
44c0bce54dcf
fix all examples. test_render is not working now.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
298
diff
changeset
|
6 static int |
44c0bce54dcf
fix all examples. test_render is not working now.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
298
diff
changeset
|
7 run(SchedTask *s, void *rbuf, void *wbuf) |
109 | 8 { |
9 return 0; | |
10 } |