diff TaskManager/kernel/ppe/TaskManagerImpl.h @ 507:735f76483bb2

Reorganization..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 09:39:35 +0900
parents 1d4a8a86f26b
children 2659376067e8
line wrap: on
line diff
--- a/TaskManager/kernel/ppe/TaskManagerImpl.h	Mon Oct 12 02:50:01 2009 +0900
+++ b/TaskManager/kernel/ppe/TaskManagerImpl.h	Mon Oct 12 09:39:35 2009 +0900
@@ -20,6 +20,7 @@
     TaskListInfo *taskListImpl;
     TaskQueueInfo *taskQueueImpl;
     HTaskInfo *htaskImpl;
+    SchedTask *schdTaskManager;
 
     /* constructor */
     TaskManagerImpl(int num = 1) ;