view Renderer/Engine/spe/InitKey.cc @ 642:000a3bd205d1

minor fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Nov 2009 10:12:25 +0900
parents 735f76483bb2
children 496a8159e840
line wrap: on
line source

#include <stdlib.h>
#include <string.h>
#include "InitKey.h"
#include "Func.h"
#include "global_alloc.h"
#include "KeyStat.h"

SchedDefineTask(InitKey);

static int
run(SchedTask *smanager, void *rbuf , void *wbuf)
{
    
    /*void *key = */ smanager->global_alloc(KEY_STATUS, sizeof(key_stat));
    
    return 0;
}