Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/spe/InitKey.cc @ 638:671fca057ad3
hmmmm
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Nov 2009 18:18:20 +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; }