Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/task/InitKey.cc @ 914:05696567d1d2
0 is filled on the spe side.
author | yutaka@localhost.localdomain |
---|---|
date | Thu, 22 Jul 2010 00:23:37 +0900 |
parents | 496a8159e840 |
children |
line wrap: on
line source
#include <stdlib.h> #include <string.h> #include "InitKey.h" #include "Func.h" #include "KeyStat.h" SchedDefineTask(InitKey); static int run(SchedTask *smanager, void *rbuf , void *wbuf) { smanager->global_alloc(KEY_STATUS, sizeof(key_stat)); return 0; }