view TaskManager/kernel/sys_task/Finish.cc @ 945:9ed1c4a877ca draft

sort example fix ( simple task accepts one param and more compatible with old task)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 01 Aug 2010 19:29:27 +0900
parents 62e570ac5db2
children
line wrap: on
line source

#include "Finish.h"
#include "SysFunc.h"
#include "Scheduler.h"


SchedDefineTask(FinishTask);

static int
run(SchedTask *s,void *rbuf, void *wbuf)
{
    return 0;
}