view TaskManager/Cell/spe/StartProfile.cc @ 1001:61f33945f85d

error fix.
author root@henri.cr.ie.u-ryukyu.ac.jp
date Thu, 21 Oct 2010 21:39:47 +0900
parents 3b6290c05f9f
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;
}