view TaskManager/Cell/spe/StartProfile.cc @ 1007:18a548c337cb

add mail_queue
author yutaka@localhost.localdomain
date Thu, 28 Oct 2010 08:39:19 +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;
}