changeset 486:bfbad00ed9be

activeTaskQueue on Fifo is necessary on Cell
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 06 Oct 2009 10:12:37 +0900
parents 9745d08e2f25
children df499063ccda a2bf77602343
files TaskManager/Fifo/FifoTaskManagerImpl.cc
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TaskManager/Fifo/FifoTaskManagerImpl.cc	Tue Oct 06 10:05:49 2009 +0900
+++ b/TaskManager/Fifo/FifoTaskManagerImpl.cc	Tue Oct 06 10:12:37 2009 +0900
@@ -65,7 +65,8 @@
     taskQueueImpl = tm-> taskQueueImpl ;
     htaskImpl     = tm-> htaskImpl     ;
     waitTaskQueue     = NULL;   // mail_check で外から設定される
-    activeTaskQueue     = NULL; // CellTaskManagerImple 側を使う
+//    waitTaskQueue     = tm->waitTaskQueue; 
+//    activeTaskQueue     = NULL; // CellTaskManagerImple 側を使う
 
     // waitTaskQueue     = tm->waitTaskQueue; 
     // activeQueue は?