Mercurial > hg > Game > Cerium
changeset 486:58b7ac6588b9 draft
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 | f61da59ba4dc |
children | 7e431e178712 1d893ffbc5ff |
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 は?