view TaskManager/kernel/sys_task/StartProfile.cc @ 1720:a07d4773012d draft

minor fix
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Oct 2013 19:19:41 +0900
parents 5f004520face
children
line wrap: on
line source

#include "StartProfile.h"
#include "SchedTask.h"
//#include "stdio.h"

SchedDefineTask(StartProfile);

static int
run(SchedTask *smanager, void *rbuf, void *wbuf)
{
    smanager->start_profile();
    return 0;
}