diff TaskManager/kernel/ppe/TaskManagerImpl.h @ 1479:163220e54cc0 draft

remove hard code for TaskLog
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Tue, 24 Jul 2012 17:15:15 +0900
parents 840dee241530
children 9ccfdc408d51
line wrap: on
line diff
--- a/TaskManager/kernel/ppe/TaskManagerImpl.h	Fri Jul 20 05:47:14 2012 +0900
+++ b/TaskManager/kernel/ppe/TaskManagerImpl.h	Tue Jul 24 17:15:15 2012 +0900
@@ -31,6 +31,7 @@
     SchedTask *schedTaskManager;
     Scheduler *scheduler;
     TaskManagerImpl *others;
+    int _export_task_log;
 
     /* constructor */
     TaskManagerImpl(int num = 0) ;
@@ -39,7 +40,7 @@
 
     /* functions */
     // system
-    virtual void init(int,int) = 0;
+    virtual void init(int,int,int) = 0;
     virtual void run() = 0;
     virtual void start_profile() = 0;
     virtual void show_profile() = 0;