comparison example/word_count/ppe/RunFinish.cc @ 467:44c0bce54dcf

fix all examples. test_render is not working now.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 01 Oct 2009 19:25:25 +0900
parents 72b73beb3325
children
comparison
equal deleted inserted replaced
466:4fa8760e18c2 467:44c0bce54dcf
1 #include "RunFinish.h" 1 #include "RunFinish.h"
2 2
3 /* これは必須 */ 3 /* これは必須 */
4 SchedDefineTask(RunFinish); 4 SchedDefineTask(RunFinish);
5 5
6 int 6 static int
7 RunFinish::run(void *rbuf, void *wbuf) 7 run(SchedTask *s, void *rbuf, void *wbuf)
8 { 8 {
9 return 0; 9 return 0;
10 } 10 }