Mercurial > hg > Game > Cerium
comparison TaskManager/kernel/ppe/TaskLog.h @ 1531:4443d59a8210 draft
SDL.h in main.cc
author | yuhi@cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 07 Dec 2012 15:46:27 +0900 |
parents | 840dee241530 |
children |
comparison
equal
deleted
inserted
replaced
1530:c7f0e6eb1d50 | 1531:4443d59a8210 |
---|---|
14 | 14 |
15 static int task_id; | 15 static int task_id; |
16 | 16 |
17 class TaskLog { | 17 class TaskLog { |
18 public: | 18 public: |
19 | |
20 /* variables */ | 19 /* variables */ |
21 int mtask_id; | 20 int mtask_id; |
22 int cmd; | 21 int cmd; |
23 QueueInfo<waitTask> wait_for_list; | 22 QueueInfo<waitTask> wait_for_list; |
24 unsigned long long create_time; | 23 unsigned long long create_time; |
44 | 43 |
45 | 44 |
46 private: | 45 private: |
47 // Unique id | 46 // Unique id |
48 | 47 |
48 | |
49 }; | 49 }; |
50 | 50 |
51 #endif | 51 #endif |